Rebuild files to introduce flakeRoot to prevent confudion about deep relative paths like ../../../../../
This commit is contained in:
+1
-1
@@ -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 = ./.; };
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user