test/nixos-search/ci-test.sh: remove unneded setup step

Sandbox is off by default in the `docker-nixpkgs` image.
This commit is contained in:
Erik Arvstedt
2024-07-20 22:41:18 +02:00
parent 22c1424552
commit 3cc6010658
-4
View File
@@ -8,10 +8,6 @@ cachixCache=nix-bitcoin
nix run .#cachix -- use "$cachixCache" nix run .#cachix -- use "$cachixCache"
# We're running in a basic, unprivileged container that doesn't support sandboxing.
# Sandboxing is unnneeded because we're only building the 3rd-party `flake-info` tool.
echo "sandbox = false" >> /etc/nix/nix.conf
# shellcheck disable=SC2016 # shellcheck disable=SC2016
PATH=$(nix shell -L .#flake-info .#cachix -c sh -c 'echo $PATH') PATH=$(nix shell -L .#flake-info .#cachix -c sh -c 'echo $PATH')