Merge pull request #166117 from chkno/fix-nar-serve

nixos/tests/nar-serve: Fix after nix version bump
This commit is contained in:
ajs124 2022-04-22 19:02:54 +01:00 committed by GitHub
commit 1f9af33e1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)