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
@@ -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
@@ -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 = ./.; };
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user