clan-cli: fix nix_shell
All checks were successful
checks-impure / test (pull_request) Successful in 6s
checks / test (pull_request) Successful in 52s

This commit is contained in:
DavHau 2023-09-06 15:18:22 +02:00
parent cd8cd62894
commit df10ca6ece

View File

@ -43,7 +43,7 @@ def nix_shell(packages: list[str], cmd: list[str]) -> list[str]:
"--extra-experimental-features",
"nix-command flakes",
"--inputs-from",
".#",
f"{str(nixpkgs())}",
]
+ wrapped_packages
+ ["-c"]