From dc1dd6e61c70a404edeadb285b1859fa9595815d Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 2 Jun 2021 08:46:17 +0800 Subject: [PATCH] hydra: use nixos 21.05 for mcu --- hydra/mcu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra/mcu.json b/hydra/mcu.json index a5e0538..ec3df67 100644 --- a/hydra/mcu.json +++ b/hydra/mcu.json @@ -11,7 +11,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 }, "mozillaOverlay": { "type": "git", "value": "git://github.com/mozilla/nixpkgs-mozilla.git", "emailresponsible": false }, "nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false }, "stabilizerSrc": { "type": "git", "value": "git://github.com/quartiq/stabilizer.git", "emailresponsible": false },