summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2018-02-13 11:19:31 -0500
committerShea Levy <shea@shealevy.com>2018-02-13 11:19:31 -0500
commit9ef5d9c143e6f8a0716bfdb1031835bade82c989 (patch)
tree0852fabe4a467c72031420f064fd3f5129e13568 /pkgs/top-level
parent358b821bbe30fa96accabeccaaf65914710f51ec (diff)
downloadnixlib-9ef5d9c143e6f8a0716bfdb1031835bade82c989.tar
nixlib-9ef5d9c143e6f8a0716bfdb1031835bade82c989.tar.gz
nixlib-9ef5d9c143e6f8a0716bfdb1031835bade82c989.tar.bz2
nixlib-9ef5d9c143e6f8a0716bfdb1031835bade82c989.tar.lz
nixlib-9ef5d9c143e6f8a0716bfdb1031835bade82c989.tar.xz
nixlib-9ef5d9c143e6f8a0716bfdb1031835bade82c989.tar.zst
nixlib-9ef5d9c143e6f8a0716bfdb1031835bade82c989.zip
nix-plugins: Bump for new nix plugin mechanism
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 559394cac9f0..6e9016dc5ad0 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -10400,7 +10400,8 @@ with pkgs;
   };
   libnghttp2 = nghttp2.lib;
 
-  nix-plugins = callPackage ../development/libraries/nix-plugins {};
+  nix-plugins = callPackage ../development/libraries/nix-plugins
+    { nix = nixUnstable; };
 
   nlohmann_json = callPackage ../development/libraries/nlohmann_json { };