summary refs log tree commit diff
path: root/pkgs/top-level/all-packages.nix
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2018-10-28 00:25:39 -0400
committerShea Levy <shea@shealevy.com>2018-10-28 00:25:39 -0400
commit9b111955ec6852a7f95b970fb79f7c5d7a95e24f (patch)
tree7d42fa9d99bffd7d9eac4d03d100bdb45273ec24 /pkgs/top-level/all-packages.nix
parentbd7e0aec71f8f5fd4b3bad72de205843789bf2bc (diff)
downloadnixlib-9b111955ec6852a7f95b970fb79f7c5d7a95e24f.tar
nixlib-9b111955ec6852a7f95b970fb79f7c5d7a95e24f.tar.gz
nixlib-9b111955ec6852a7f95b970fb79f7c5d7a95e24f.tar.bz2
nixlib-9b111955ec6852a7f95b970fb79f7c5d7a95e24f.tar.lz
nixlib-9b111955ec6852a7f95b970fb79f7c5d7a95e24f.tar.xz
nixlib-9b111955ec6852a7f95b970fb79f7c5d7a95e24f.tar.zst
nixlib-9b111955ec6852a7f95b970fb79f7c5d7a95e24f.zip
nix-plugins: 5.0.0 -> 6.0.0
Diffstat (limited to 'pkgs/top-level/all-packages.nix')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 06ea1afb21de..1c4b7a5a1eb9 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -11502,7 +11502,9 @@ 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 { };