Temporary hack to parameterize nixpkgs

This commit is contained in:
Eelco Dolstra 2013-09-09 14:03:28 +02:00
parent 3c67df928f
commit a5dffb3d3d

View file

@ -1,4 +1,6 @@
with import <nixpkgs> { };
{ nixpkgs ? <nixpkgs> }:
with import nixpkgs { };
runCommand "nix-repl"
{ buildInputs = [ readline nixUnstable boehmgc ]; }