Rebuild files to introduce flakeRoot to prevent confudion about deep relative paths like ../../../../../
This commit is contained in:
+303
-303
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -398,7 +398,7 @@ The Nix flake definition for Droidnix.
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.extraSpecialArgs = { inherit user inputs; };
|
||||
home-manager.extraSpecialArgs = { inherit user inputs; flakeRoot = ./.; };
|
||||
}
|
||||
inputs.catppuccin.nixosModules.catppuccin
|
||||
|
||||
|
||||
+1
-1
@@ -55,7 +55,7 @@
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.extraSpecialArgs = { inherit user inputs; };
|
||||
home-manager.extraSpecialArgs = { inherit user inputs; flakeRoot = ./.; };
|
||||
}
|
||||
inputs.catppuccin.nixosModules.catppuccin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user