forked from lix-project/lix
Fix nix-shell test
This commit is contained in:
parent
536f061765
commit
4c95ef3768
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
with import ./config.nix;
|
with import ./config.nix;
|
||||||
|
|
||||||
rec {
|
let pkgs = rec {
|
||||||
setupSh = builtins.toFile "setup" ''
|
setupSh = builtins.toFile "setup" ''
|
||||||
export VAR_FROM_STDENV_SETUP=foo
|
export VAR_FROM_STDENV_SETUP=foo
|
||||||
for pkg in $buildInputs; do
|
for pkg in $buildInputs; do
|
||||||
|
@ -44,4 +44,6 @@ rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
bash = shell;
|
bash = shell;
|
||||||
}
|
|
||||||
|
inherit pkgs;
|
||||||
|
}; in pkgs
|
||||||
|
|
Loading…
Reference in a new issue