From 032122400bcc8e549310650c1f1d6901c3a8df09 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 4d339f6e7..b074f08e7 100644 --- a/flake.nix +++ b/flake.nix @@ -179,6 +179,7 @@ repl-completion = nixpkgsFor.${system}.native.callPackage ./tests/repl-completion.nix { }; } // (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