From 5a023b7e8f138d980311ad355a77d1109515048d Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 19 Sep 2019 09:50:56 +0800 Subject: [PATCH] urukul: build with nixos 19.09 --- hydra/artiq.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra/artiq.json b/hydra/artiq.json index 2c86a8f..555e7f1 100644 --- a/hydra/artiq.json +++ b/hydra/artiq.json @@ -10,7 +10,7 @@ "emailoverride": "", "keepnr": 10, "inputs": { - "nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs-channels nixos-19.03", "emailresponsible": false }, + "nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs-channels nixos-19.09", "emailresponsible": false }, "nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false } } }