From c74106e868f9bb9052876a107f9d2151c07619bc 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 89b928e8363d..ff1a6fd9e3cc 100644 --- a/flake.nix +++ b/flake.nix @@ -357,6 +357,7 @@ # Since the support is only best-effort there, disable the perl # bindings perlBindings = self.hydraJobs.perlBindings.${system}; + fetch-git = self.hydraJobs.tests.fetch-git; }); packages = forAllSystems (system: rec {