gonix
/
tests
/
functional
/
nix-shell
/
ca-shell.nix
1
{
inNixShell
?
false
,
...
}
@
args
:
import
./shell.nix
(
args
//
{
contentAddressed
=
true
;
})