3
0
Fork 0
forked from mirrors/nixpkgs

fix nixos-intall(2). Now the configuration is built correctly.

Passing --arg configuration does no longer work!

svn path=/nixos/trunk/; revision=18983
This commit is contained in:
Marc Weber 2009-12-15 23:26:55 +00:00
parent 4b5864666e
commit 181f4bee26
2 changed files with 0 additions and 2 deletions

View file

@ -118,7 +118,6 @@ INFO "building the system configuration..."
@nix@/bin/nix-env \
-p /nix/var/nix/profiles/system \
-f "$NIXOS" \
--arg configuration "import $NIXOS_CONFIG" \
--set -A system \
$NIX_ENV_ARGS

View file

@ -152,7 +152,6 @@ echo "building the system configuration..."
NIXPKGS=/mnt/etc/nixos/nixpkgs chroot $mountPoint @nix@/bin/nix-env \
-p /nix/var/nix/profiles/system \
-f "/mnt$NIXOS" \
--arg configuration "import $NIXOS_CONFIG" \
--set -A system