hydra: fix eval by upgrading to nixUnstable

This commit is contained in:
Jörg Thalheim 2022-02-06 05:56:27 +01:00
parent de151202cb
commit d6a549db6f
No known key found for this signature in database

View file

@ -129,6 +129,8 @@ in
nix = {
distributedBuilds = true;
# needed to fix https://github.com/NixOS/nix/issues/5980
package = pkgs.nixUnstable;
extraOptions = ''
allowed-uris = https://github.com/nix-community/ https://github.com/NixOS/
'';