summary refs log tree commit diff
path: root/nixos/modules/installer
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-09-30 21:12:46 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-09-30 21:12:46 +0200
commit3231424c37be7b4edaf72ba1720aa6842ccda8de (patch)
treeaa0a36ae1a543072eef9c568910024f70b111e1a /nixos/modules/installer
parent4eb5068a13a934ee85f962cce464d7a9692c71b1 (diff)
downloadnixlib-3231424c37be7b4edaf72ba1720aa6842ccda8de.tar
nixlib-3231424c37be7b4edaf72ba1720aa6842ccda8de.tar.gz
nixlib-3231424c37be7b4edaf72ba1720aa6842ccda8de.tar.bz2
nixlib-3231424c37be7b4edaf72ba1720aa6842ccda8de.tar.lz
nixlib-3231424c37be7b4edaf72ba1720aa6842ccda8de.tar.xz
nixlib-3231424c37be7b4edaf72ba1720aa6842ccda8de.tar.zst
nixlib-3231424c37be7b4edaf72ba1720aa6842ccda8de.zip
Bump fallback Nix store paths
Diffstat (limited to 'nixos/modules/installer')
-rw-r--r--nixos/modules/installer/tools/nixos-rebuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/installer/tools/nixos-rebuild.sh b/nixos/modules/installer/tools/nixos-rebuild.sh
index 7d0e5913cfb1..af19004cbddb 100644
--- a/nixos/modules/installer/tools/nixos-rebuild.sh
+++ b/nixos/modules/installer/tools/nixos-rebuild.sh
@@ -157,9 +157,9 @@ if [ -n "$buildNix" ]; then
             if ! nix-build '<nixpkgs>' -A nix -o $tmpDir/nix "${extraBuildFlags[@]}" > /dev/null; then
                 machine="$(uname -m)"
                 if [ "$machine" = x86_64 ]; then
-                    nixStorePath=/nix/store/664kxr14kfgx4dl095crvmr7pbh9xlh5-nix-1.9
+                    nixStorePath=/nix/store/xryr9g56h8yjddp89d6dw12anyb4ch7c-nix-1.10
                 elif [[ "$machine" =~ i.86 ]]; then
-                    nixStorePath=/nix/store/p7xdvz72xx3rhm121jclsbdmmcds7xh6-nix-1.9
+                    nixStorePath=/nix/store/2w92k5wlpspf0q2k9mnf2z42prx3bwmv-nix-1.10
                 else
                     echo "$0: unsupported platform"
                     exit 1