summary refs log tree commit diff
path: root/default.nix
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2014-09-04 18:43:57 +0200
committerDomen Kožar <domen@dev.si>2014-09-04 18:44:03 +0200
commit476ca07d8e43c8a43b738f3e085424e1c47f453e (patch)
treefe689857933fb6a26f61fddbd244b4936b87f567 /default.nix
parent40b13e798b9bdeb614865f67f961af1b825c2325 (diff)
downloadnixpkgs-476ca07d8e43c8a43b738f3e085424e1c47f453e.tar
nixpkgs-476ca07d8e43c8a43b738f3e085424e1c47f453e.tar.gz
nixpkgs-476ca07d8e43c8a43b738f3e085424e1c47f453e.tar.bz2
nixpkgs-476ca07d8e43c8a43b738f3e085424e1c47f453e.tar.lz
nixpkgs-476ca07d8e43c8a43b738f3e085424e1c47f453e.tar.xz
nixpkgs-476ca07d8e43c8a43b738f3e085424e1c47f453e.tar.zst
nixpkgs-476ca07d8e43c8a43b738f3e085424e1c47f453e.zip
require Nix 1.7 for nixpkgs, since we're using antiquotation inside quoted attribute sets
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/default.nix b/default.nix
index c1b9bfd39f9..e0df520721c 100644
--- a/default.nix
+++ b/default.nix
@@ -1,6 +1,6 @@
-if ! builtins ? nixVersion || builtins.compareVersions "1.6" builtins.nixVersion == 1 then
+if ! builtins ? nixVersion || builtins.compareVersions "1.7" builtins.nixVersion == 1 then
 
-  abort "This version of Nixpkgs requires Nix >= 1.6, please upgrade!"
+  abort "This version of Nixpkgs requires Nix >= 1.7, please upgrade!"
 
 else