From e6886143ed171c7748af083e38bc22a2d856cc88 Mon Sep 17 00:00:00 2001 From: Ryan Trinkle Date: Sat, 17 Nov 2018 17:48:27 -0500 Subject: [PATCH] Fix declarative hydra config --- hydra.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra.json b/hydra.json index b5bc085..d2acefd 100644 --- a/hydra.json +++ b/hydra.json @@ -12,7 +12,7 @@ "inputs": { "src": { "type": "git", - "value": "https://github.com/haskell-nix/hnix.git master", + "value": "https://github.com/haskell-nix/hnix.git master 1", "emailresponsible": false }, "nixpkgs": {