Rebuild files to introduce flakeRoot to prevent confudion about deep relative paths like ../../../../../

This commit is contained in:
2026-03-07 16:07:58 +01:00
parent 1665a76374
commit 8a5252eba4
3 changed files with 305 additions and 305 deletions
+303 -303
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -405,7 +405,7 @@ The Nix flake definition for Droidnix.
# Let's start importing the whole generated tree # Let's start importing the whole generated tree
./generated/top.nix ./generated/top.nix
]; ];
specialArgs = { inherit user inputs; }; specialArgs = { inherit user inputs; flakeRoot = ./.; };
} }
); );
+1 -1
View File
@@ -62,7 +62,7 @@
# Let's start importing the whole generated tree # Let's start importing the whole generated tree
./generated/top.nix ./generated/top.nix
]; ];
specialArgs = { inherit user inputs; }; specialArgs = { inherit user inputs; flakeRoot = ./.; };
} }
); );