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";
|
name = "nixos-install";
|
||||||
src = ./nixos-install.sh;
|
src = ./nixos-install.sh;
|
||||||
|
|
||||||
inherit (pkgs) perl;
|
inherit (pkgs) perl pathsFromGraph;
|
||||||
nix = config.environment.nix;
|
nix = config.environment.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" config.environment.nix];}
|
{exportReferencesGraph = ["refs" config.environment.nix];}
|
||||||
"cp refs $out";
|
"cp refs $out";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user