hydra: fix eval by upgrading to nixUnstable
This commit is contained in:
parent
de151202cb
commit
d6a549db6f
1 changed files with 2 additions and 0 deletions
|
@ -129,6 +129,8 @@ in
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
distributedBuilds = true;
|
distributedBuilds = true;
|
||||||
|
# needed to fix https://github.com/NixOS/nix/issues/5980
|
||||||
|
package = pkgs.nixUnstable;
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
allowed-uris = https://github.com/nix-community/ https://github.com/NixOS/
|
allowed-uris = https://github.com/nix-community/ https://github.com/NixOS/
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue