From 59844c28d9b1279a3dec024abf9ee918663f1509 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 13 Oct 2020 18:24:57 +0800 Subject: [PATCH] zynq: build with nixos 20.09 --- hydra/artiq.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra/artiq.json b/hydra/artiq.json index dfd6e68..702da1f 100644 --- a/hydra/artiq.json +++ b/hydra/artiq.json @@ -101,7 +101,7 @@ "emailoverride": "", "keepnr": 10, "inputs": { - "nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs nixos-20.03", "emailresponsible": false }, + "nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs nixos-20.09", "emailresponsible": false }, "nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false }, "artiq-fast": { "type": "sysbuild", "value": "artiq:fast-beta:generated-nix", "emailresponsible": false }, "zynq-rs": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/zynq-rs.git", "emailresponsible": false },