From 8ccc4c216d500ac1d43a3999e28ae01aa4b71fda Mon Sep 17 00:00:00 2001 From: DavHau Date: Sat, 30 Dec 2023 17:28:46 +0700 Subject: [PATCH] enable nixos tests for fetchGit and remote builds --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 89b928e83..151045eed 100644 --- a/flake.nix +++ b/flake.nix @@ -352,6 +352,7 @@ ''; } // (lib.optionalAttrs (builtins.elem system linux64BitSystems)) { dockerImage = self.hydraJobs.dockerImage.${system}; + fetch-git = self.hydraJobs.tests.fetch-git; } // (lib.optionalAttrs (!(builtins.elem system linux32BitSystems))) { # Some perl dependencies are broken on i686-linux. # Since the support is only best-effort there, disable the perl