mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
nixos/tests/nar-serve: Fix after nix version bump
This commit is contained in:
parent
d037e72af9
commit
13c6b4aee5
@ -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…
Reference in New Issue
Block a user