From 8646fd8822261350beddc70657cd772fef9aa0db Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 19 Jun 2021 22:58:57 +0800 Subject: [PATCH] zynq: build with nixos-21.05 --- hydra/artiq.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra/artiq.json b/hydra/artiq.json index 9d6d31a..84ff84b 100644 --- a/hydra/artiq.json +++ b/hydra/artiq.json @@ -177,7 +177,7 @@ "emailoverride": "", "keepnr": 10, "inputs": { - "nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs nixos-20.09", "emailresponsible": false }, + "nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs nixos-21.05", "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:generated-nix", "emailresponsible": false }, "zynq-rs": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/zynq-rs.git", "emailresponsible": false },