about summary refs log tree commit diff
path: root/default.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-08-26T18·03+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-08-26T18·03+0200
commit89f9c0d41b29d18e2804677da856e84c86c83b45 (patch)
tree14c3b99b7db2f44dbd8d40eeb984b5a7dd20bf90 /default.nix
parent02b66e97ba08ed68a73654556734aadfc9f41c89 (diff)
Fix building against current Nix master
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index e7cdc23580e4..8690325e5289 100644
--- a/default.nix
+++ b/default.nix
@@ -2,6 +2,8 @@
 
 with import nixpkgs { inherit system; };
 
+let nix = nixUnstable; in
+
 runCommand "nix-repl"
   { buildInputs = [ readline nix boehmgc ]; }
   ''