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