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;
|
flakeRoot = self;
|
||||||
buildUser = "henrov";
|
buildUser = "henrov";
|
||||||
repoPath = "/home/${buildUser}/Repos/nixos/Droidnix";
|
repoPath = "/home/${buildUser}/Repos/nixos/Droidnix";
|
||||||
|
mutableConfigPath = "${repoPath}/generated/.config";
|
||||||
in {
|
in {
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
traveldroid = nixpkgs.lib.nixosSystem {
|
traveldroid = nixpkgs.lib.nixosSystem {
|
||||||
@@ -239,6 +240,7 @@ The Nix flake definition for Droidnix.
|
|||||||
zen-browser
|
zen-browser
|
||||||
buildUser
|
buildUser
|
||||||
repoPath
|
repoPath
|
||||||
|
mutableConfigPath
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@@ -255,6 +257,7 @@ The Nix flake definition for Droidnix.
|
|||||||
zen-browser
|
zen-browser
|
||||||
buildUser
|
buildUser
|
||||||
repoPath
|
repoPath
|
||||||
|
mutableConfigPath
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -37,6 +37,7 @@
|
|||||||
flakeRoot = self;
|
flakeRoot = self;
|
||||||
buildUser = "henrov";
|
buildUser = "henrov";
|
||||||
repoPath = "/home/${buildUser}/Repos/nixos/Droidnix";
|
repoPath = "/home/${buildUser}/Repos/nixos/Droidnix";
|
||||||
|
mutableConfigPath = "${repoPath}/generated/.config";
|
||||||
in {
|
in {
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
traveldroid = nixpkgs.lib.nixosSystem {
|
traveldroid = nixpkgs.lib.nixosSystem {
|
||||||
@@ -59,6 +60,7 @@
|
|||||||
zen-browser
|
zen-browser
|
||||||
buildUser
|
buildUser
|
||||||
repoPath
|
repoPath
|
||||||
|
mutableConfigPath
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@@ -75,6 +77,7 @@
|
|||||||
zen-browser
|
zen-browser
|
||||||
buildUser
|
buildUser
|
||||||
repoPath
|
repoPath
|
||||||
|
mutableConfigPath
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user