1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Fix building against current Nix master

This commit is contained in:
Eelco Dolstra 2014-08-26 20:03:12 +02:00
parent 02b66e97ba
commit 89f9c0d41b
2 changed files with 25 additions and 7 deletions

View file

@ -2,6 +2,8 @@
with import nixpkgs { inherit system; };
let nix = nixUnstable; in
runCommand "nix-repl"
{ buildInputs = [ readline nix boehmgc ]; }
''