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