svn path=/nixos/trunk/; revision=15899

This commit is contained in:
Eelco Dolstra 2009-06-09 07:46:41 +00:00
parent b425888b62
commit d5fbea2dbb

View File

@ -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";