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