about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 94fa4116..0793bdbf 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -17,7 +17,9 @@ let
 
   self.vuizvui = recurseIntoAttrs {
     mkChannel = callPackage ./build-support/channel.nix { };
-    buildSandbox = callPackage ./build-support/build-sandbox {};
+    buildSandbox = callPackage ./build-support/build-sandbox {
+      inherit (pkgs.nixVersions) nix_2_3;
+    };
     lazy-packages = callPackage ./build-support/lazy-packages {};
 
     list-gamecontrollers = callPackage ./list-gamecontrollers { };