nixos/tests/nar-serve: Fix after nix version bump

main
Scott Worley 2 years ago
parent d037e72af9
commit 13c6b4aee5
  1. 2
      nixos/tests/nar-serve.nix

@ -31,7 +31,7 @@ import ./make-test-python.nix (
# Create a fake cache with Nginx service the static files
server.succeed(
"nix copy --to file:///var/www ${pkgs.hello}"
"nix --experimental-features nix-command copy --to file:///var/www ${pkgs.hello}"
)
server.wait_for_unit("nginx.service")
server.wait_for_open_port(80)

Loading…
Cancel
Save