From 6fc08b5c5ddeb7ad032075574a4ec182eb18e7ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Bon=C3=A9?= Date: Fri, 6 Mar 2026 12:45:36 +0100 Subject: [PATCH] Use nix bwrap in nix-portable --- pkgs/nix-portable/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/nix-portable/default.nix b/pkgs/nix-portable/default.nix index 4086069f..10b35104 100644 --- a/pkgs/nix-portable/default.nix +++ b/pkgs/nix-portable/default.nix @@ -375,7 +375,6 @@ let ### select container runtime debug "figuring out which runtime to use" - [ -z "\$NP_BWRAP" ] && NP_BWRAP=\$(PATH="\$PATH_OLD:\$PATH" which bwrap 2>/dev/null) || true [ -z "\$NP_BWRAP" ] && NP_BWRAP=\$dir/bin/bwrap debug "bwrap executable: \$NP_BWRAP" [ -z "\$NP_NIX" ] && NP_NIX=\$dir/bin/nix