From 93bdfc2a5b47518d129e2d69cf18f21c638af023 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 13 May 2019 13:22:29 +0800 Subject: [PATCH] heavyx: use nixos-unstable --- hydra/fpga.json | 2 +- hydra/fpga.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hydra/fpga.json b/hydra/fpga.json index fe49410..96769f6 100644 --- a/hydra/fpga.json +++ b/hydra/fpga.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-unstable", "emailresponsible": false }, "nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false } } } diff --git a/hydra/fpga.nix b/hydra/fpga.nix index 2f8ae1d..cd06841 100644 --- a/hydra/fpga.nix +++ b/hydra/fpga.nix @@ -16,7 +16,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-unstable", "emailresponsible": false }, "heavyx": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/HeavyX.git", "emailresponsible": false } } }