From 2471b54aafc86c125ec79ecefc167dcb74509004 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sun, 17 Jun 2018 17:06:28 +0200 Subject: [PATCH] Explicitly use the nixpkgs-stable Hydra input --- build/release.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/release.nix b/build/release.nix index b319a18..8e3cd98 100644 --- a/build/release.nix +++ b/build/release.nix @@ -1,5 +1,5 @@ let - nixpkgs = import ; + nixpkgs = import ; buildPath = path: {system ? builtins.currentSystem}: