@@ -1,5 +1,5 @@
|
||||
from clan_cli.cmd import run
|
||||
from clan_cli.nix import nix_shell_legacy
|
||||
from clan_cli.nix import nix_shell
|
||||
|
||||
_works: bool | None = None
|
||||
|
||||
@@ -13,10 +13,10 @@ def bubblewrap_works() -> bool:
|
||||
|
||||
def _bubblewrap_works() -> bool:
|
||||
# fmt: off
|
||||
cmd = nix_shell_legacy(
|
||||
cmd = nix_shell(
|
||||
[
|
||||
"nixpkgs#bash",
|
||||
"nixpkgs#bubblewrap",
|
||||
"bash",
|
||||
"bubblewrap",
|
||||
],
|
||||
[
|
||||
"bwrap",
|
||||
|
||||
Reference in New Issue
Block a user