Revert "remove nix_shell_legacy"

This reverts commit f3512b853a.
This commit is contained in:
Johannes Kirschbauer
2025-04-18 14:47:37 +02:00
parent 02720a503d
commit c5001f19fc
24 changed files with 119 additions and 91 deletions

View File

@@ -6,7 +6,7 @@ import time
from collections.abc import Iterator
from clan_cli.errors import ClanError
from clan_cli.nix import nix_shell
from clan_cli.nix import nix_shell_legacy
VMADDR_CID_HYPERVISOR = 2
@@ -29,8 +29,8 @@ def start_waypipe(cid: int | None, title_prefix: str) -> Iterator[None]:
if cid is None:
yield
return
waypipe = nix_shell(
["waypipe"],
waypipe = nix_shell_legacy(
["nixpkgs#waypipe"],
[
"waypipe",
"--vsock",