summary refs log tree commit diff
path: root/default.nix
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2015-01-13 08:39:54 -0500
committerShea Levy <shea@shealevy.com>2015-01-13 08:39:54 -0500
commit8921a8f53b1f48354403c7c8174cbf4f6f0fb91d (patch)
tree350ea9fae1030a5aacd14be53be162af85b95bd1 /default.nix
parent20b1fd3fa4c6f96e91c84eae8527fe0af7d290f8 (diff)
downloadnixpkgs-8921a8f53b1f48354403c7c8174cbf4f6f0fb91d.tar
nixpkgs-8921a8f53b1f48354403c7c8174cbf4f6f0fb91d.tar.gz
nixpkgs-8921a8f53b1f48354403c7c8174cbf4f6f0fb91d.tar.bz2
nixpkgs-8921a8f53b1f48354403c7c8174cbf4f6f0fb91d.tar.lz
nixpkgs-8921a8f53b1f48354403c7c8174cbf4f6f0fb91d.tar.xz
nixpkgs-8921a8f53b1f48354403c7c8174cbf4f6f0fb91d.tar.zst
nixpkgs-8921a8f53b1f48354403c7c8174cbf4f6f0fb91d.zip
Revert "Revert "mkOverridable: Use functors to allow overridable functions""
Original commit was reverted due to using features from a newer nix than
hydra had, hydra has since been updated

This reverts commit 07e726c85c8f36d3a27fb7254f09ac69c7b94c65.
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