mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 00:02:25 +00:00
flake.nix: Add hydraJobs.tests.fetchurl
This commit is contained in:
parent
ef80dea450
commit
c4c0233097
@ -620,6 +620,8 @@
|
||||
# System tests.
|
||||
tests.authorization = runNixOSTestFor "x86_64-linux" ./tests/nixos/authorization.nix;
|
||||
|
||||
tests.fetchurl = runNixOSTestFor "x86_64-linux" ./tests/nixos/fetchurl.nix;
|
||||
|
||||
tests.remoteBuilds = runNixOSTestFor "x86_64-linux" ./tests/nixos/remote-builds.nix;
|
||||
|
||||
tests.nix-copy-closure = runNixOSTestFor "x86_64-linux" ./tests/nixos/nix-copy-closure.nix;
|
||||
|
Loading…
Reference in New Issue
Block a user