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