fix/tests/ca-shell.nix

2 lines
92 B
Nix

{ inNixShell ? false, ... }@args: import ./shell.nix (args // { contentAddressed = true; })