From 5288143ea3e1c48f6ee2e92e3087f3faa8c8105c Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 17 Feb 2019 11:53:15 +0800 Subject: [PATCH] hydra: add nixpkgs --- hydra-project.json | 1 + 1 file changed, 1 insertion(+) diff --git a/hydra-project.json b/hydra-project.json index ac79107..24203d7 100644 --- a/hydra-project.json +++ b/hydra-project.json @@ -10,6 +10,7 @@ "emailoverride": "", "keepnr": 10, "inputs": { + "nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs-channels nixos-18.09", "emailresponsible": false }, "nixScripts": { "type": "git", "value": "git://github.com/m-labs/nix-scripts.git", "emailresponsible": false } } }