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
+1 -1
View File
@@ -405,7 +405,7 @@ The Nix flake definition for Droidnix.
# Let's start importing the whole generated tree
./generated/top.nix
];
specialArgs = { inherit user inputs; };
specialArgs = { inherit user inputs; flakeRoot = ./.; };
}
);