Reapply "remove nix_shell_legacy"

This reverts commit 1232fb5af2.
This commit is contained in:
Jörg Thalheim
2025-04-21 13:03:25 +02:00
parent 5eef4ba663
commit 80e739bd1b
24 changed files with 91 additions and 119 deletions

View File

@@ -82,7 +82,7 @@ For instance, if you need to update `nixos-anywhere` in clan-cli, find its usage
```python
run(
nix_shell(
["nixpkgs#nixos-anywhere"],
["nixos-anywhere"],
cmd,
),
RunOpts(log=Log.BOTH, prefix=machine.name, needs_user_terminal=True),