Regenerated
This commit is contained in:
+387
-384
File diff suppressed because it is too large
Load Diff
@@ -217,6 +217,7 @@ The Nix flake definition for Droidnix.
|
||||
flakeRoot = self;
|
||||
buildUser = "henrov";
|
||||
repoPath = "/home/${buildUser}/Repos/nixos/Droidnix";
|
||||
mutableConfigPath = "${repoPath}/generated/.config";
|
||||
in {
|
||||
nixosConfigurations = {
|
||||
traveldroid = nixpkgs.lib.nixosSystem {
|
||||
@@ -239,6 +240,7 @@ The Nix flake definition for Droidnix.
|
||||
zen-browser
|
||||
buildUser
|
||||
repoPath
|
||||
mutableConfigPath
|
||||
;
|
||||
};
|
||||
}
|
||||
@@ -255,6 +257,7 @@ The Nix flake definition for Droidnix.
|
||||
zen-browser
|
||||
buildUser
|
||||
repoPath
|
||||
mutableConfigPath
|
||||
;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
flakeRoot = self;
|
||||
buildUser = "henrov";
|
||||
repoPath = "/home/${buildUser}/Repos/nixos/Droidnix";
|
||||
mutableConfigPath = "${repoPath}/generated/.config";
|
||||
in {
|
||||
nixosConfigurations = {
|
||||
traveldroid = nixpkgs.lib.nixosSystem {
|
||||
@@ -59,6 +60,7 @@
|
||||
zen-browser
|
||||
buildUser
|
||||
repoPath
|
||||
mutableConfigPath
|
||||
;
|
||||
};
|
||||
}
|
||||
@@ -75,6 +77,7 @@
|
||||
zen-browser
|
||||
buildUser
|
||||
repoPath
|
||||
mutableConfigPath
|
||||
;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user