Temporary hack to parameterize nixpkgs
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
with import <nixpkgs> { };
|
||||
{ nixpkgs ? <nixpkgs> }:
|
||||
|
||||
with import nixpkgs { };
|
||||
|
||||
runCommand "nix-repl"
|
||||
{ buildInputs = [ readline nixUnstable boehmgc ]; }
|
||||
|
||||
Reference in New Issue
Block a user