From dcf0397bc88aef5145a5f47e97bdaa37730a059c Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 19 Sep 2019 09:45:40 +0800 Subject: [PATCH] web: build with nixos 19.09 --- hydra/web.json | 2 +- hydra/web.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hydra/web.json b/hydra/web.json index 1a5361e..d377c5a 100644 --- a/hydra/web.json +++ b/hydra/web.json @@ -10,7 +10,7 @@ "emailoverride": "", "keepnr": 10, "inputs": { - "nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs-channels nixos-unstable", "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 } } } diff --git a/hydra/web.nix b/hydra/web.nix index 8e5c7ea..cd6299b 100644 --- a/hydra/web.nix +++ b/hydra/web.nix @@ -16,7 +16,7 @@ "emailoverride": "", "keepnr": 10, "inputs": { - "nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs-channels nixos-unstable", "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 }, "webSrc": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/web2019.git", "emailresponsible": false } }