forked from lix-project/lix
Temporary hack to parameterize nixpkgs
This commit is contained in:
parent
3c67df928f
commit
a5dffb3d3d
|
@ -1,4 +1,6 @@
|
||||||
with import <nixpkgs> { };
|
{ nixpkgs ? <nixpkgs> }:
|
||||||
|
|
||||||
|
with import nixpkgs { };
|
||||||
|
|
||||||
runCommand "nix-repl"
|
runCommand "nix-repl"
|
||||||
{ buildInputs = [ readline nixUnstable boehmgc ]; }
|
{ buildInputs = [ readline nixUnstable boehmgc ]; }
|
||||||
|
|
Loading…
Reference in a new issue