mirror of
https://github.com/NixOS/nix
synced 2025-07-03 10:21:47 +02:00
fix path
This commit is contained in:
parent
0067f49e87
commit
1c46b9b2c5
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ let
|
|||
inherit (lib) fileset;
|
||||
|
||||
installScriptFor = tarballs:
|
||||
nixpkgsFor.x86_64-linux.native.callPackage ./scripts/installer.nix {
|
||||
nixpkgsFor.x86_64-linux.native.callPackage ../scripts/installer.nix {
|
||||
inherit tarballs;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue