diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-08-26T18·03+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-08-26T18·03+0200 |
commit | 89f9c0d41b29d18e2804677da856e84c86c83b45 (patch) | |
tree | 14c3b99b7db2f44dbd8d40eeb984b5a7dd20bf90 /default.nix | |
parent | 02b66e97ba08ed68a73654556734aadfc9f41c89 (diff) |
Fix building against current Nix master
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 2 |
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 ]; } '' |