clan-cli: fix nix_shell
This commit is contained in:
@@ -43,7 +43,7 @@ def nix_shell(packages: list[str], cmd: list[str]) -> list[str]:
|
|||||||
"--extra-experimental-features",
|
"--extra-experimental-features",
|
||||||
"nix-command flakes",
|
"nix-command flakes",
|
||||||
"--inputs-from",
|
"--inputs-from",
|
||||||
".#",
|
f"{str(nixpkgs())}",
|
||||||
]
|
]
|
||||||
+ wrapped_packages
|
+ wrapped_packages
|
||||||
+ ["-c"]
|
+ ["-c"]
|
||||||
|
|||||||
Reference in New Issue
Block a user