From c4c0233097b674a3f07808a741ca8d4249fff4ba Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Mon, 14 Oct 2024 15:52:21 +0200 Subject: [PATCH] flake.nix: Add hydraJobs.tests.fetchurl --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index c5c90103701..6c9bef4d8d2 100644 --- a/flake.nix +++ b/flake.nix @@ -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;