From 473d75fc4657c384de4411cacf8923a1264544f1 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 19 Mar 2008 12:21:09 +0000 Subject: [PATCH] * Typo. svn path=/nixos/trunk/; revision=11199 --- installer/nixos-rebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/nixos-rebuild.sh b/installer/nixos-rebuild.sh index c1df6e5613c6..0691f5ccfbd5 100644 --- a/installer/nixos-rebuild.sh +++ b/installer/nixos-rebuild.sh @@ -25,7 +25,7 @@ if test -z "$action"; then showSyntax; fi # Allow the location of NixOS sources and the system configuration # file to be overridden. NIXOS=${NIXOS:-/etc/nixos/nixos} -NIXPKGS=${NIXPKG:-/etc/nixos/nixpkgs} +NIXPKGS=${NIXPKGS:-/etc/nixos/nixpkgs} NIXOS_CONFIG=${NIXOS_CONFIG:-/etc/nixos/configuration.nix}