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:
parent
02b66e97ba
commit
89f9c0d41b
2 changed files with 25 additions and 7 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
with import nixpkgs { inherit system; };
|
||||
|
||||
let nix = nixUnstable; in
|
||||
|
||||
runCommand "nix-repl"
|
||||
{ buildInputs = [ readline nix boehmgc ]; }
|
||||
''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue