forked from lix-project/lix
Add system argument
This commit is contained in:
parent
3567bdb514
commit
03ef6b69be
|
@ -1,6 +1,6 @@
|
|||
{ nixpkgs ? <nixpkgs> }:
|
||||
{ nixpkgs ? <nixpkgs>, system ? builtins.currentSystem }:
|
||||
|
||||
with import nixpkgs { };
|
||||
with import nixpkgs { inherit system; };
|
||||
|
||||
runCommand "nix-repl"
|
||||
{ buildInputs = [ readline nixUnstable boehmgc ]; }
|
||||
|
|
Loading…
Reference in a new issue