summary refs log tree commit diff
path: root/default.nix
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2015-01-09 13:24:58 -0500
committerShea Levy <shea@shealevy.com>2015-01-09 13:26:34 -0500
commit4ee556cfe9528a321f4a3746ca83f97feacf500e (patch)
tree637aab719d0146ab53b674586a2e9e1f7692a1e4 /default.nix
parent96ae5d58bfa3bb64449bef3703238a1cdc76eff0 (diff)
downloadnixpkgs-4ee556cfe9528a321f4a3746ca83f97feacf500e.tar
nixpkgs-4ee556cfe9528a321f4a3746ca83f97feacf500e.tar.gz
nixpkgs-4ee556cfe9528a321f4a3746ca83f97feacf500e.tar.bz2
nixpkgs-4ee556cfe9528a321f4a3746ca83f97feacf500e.tar.lz
nixpkgs-4ee556cfe9528a321f4a3746ca83f97feacf500e.tar.xz
nixpkgs-4ee556cfe9528a321f4a3746ca83f97feacf500e.tar.zst
nixpkgs-4ee556cfe9528a321f4a3746ca83f97feacf500e.zip
mkOverridable: Use functors to allow overridable functions
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 e0df520721c..84bb1af84e9 100644
--- a/default.nix
+++ b/default.nix
@@ -1,6 +1,6 @@
-if ! builtins ? nixVersion || builtins.compareVersions "1.7" builtins.nixVersion == 1 then
+if ! builtins ? nixVersion || builtins.compareVersions "1.8" builtins.nixVersion == 1 then
 
-  abort "This version of Nixpkgs requires Nix >= 1.7, please upgrade!"
+  abort "This version of Nixpkgs requires Nix >= 1.8, please upgrade!"
 
 else