Merge pull request 'clan-cli: fix nix_shell' (#251) from DavHau-deps into main
All checks were successful
checks / test (push) Successful in 52s
checks-impure / test (push) Successful in 6s
checks-impure / test (pull_request) Successful in 6s
checks / test (pull_request) Successful in 50s

This commit is contained in:
clan-bot 2023-09-06 13:21:40 +00:00
commit 41c7cb3425

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"]