svn path=/nixos/trunk/; revision=15899
This commit is contained in:
parent
b425888b62
commit
d5fbea2dbb
@ -21,12 +21,10 @@ in
|
|||||||
name = "nixos-install";
|
name = "nixos-install";
|
||||||
src = ./nixos-install.sh;
|
src = ./nixos-install.sh;
|
||||||
|
|
||||||
inherit (pkgs) perl;
|
inherit (pkgs) perl pathsFromGraph;
|
||||||
inherit nix;
|
inherit nix;
|
||||||
nixpkgsURL = config.installer.nixpkgsURL;
|
nixpkgsURL = config.installer.nixpkgsURL;
|
||||||
|
|
||||||
pathsFromGraph = "${pkgs.path}/build-support/kernel/paths-from-graph.pl";
|
|
||||||
|
|
||||||
nixClosure = pkgs.runCommand "closure"
|
nixClosure = pkgs.runCommand "closure"
|
||||||
{exportReferencesGraph = ["refs" nix];}
|
{exportReferencesGraph = ["refs" nix];}
|
||||||
"cp refs $out";
|
"cp refs $out";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user