nix-infra/config/hosts/hydra/nix.nix

11 lines
164 B
Nix
Raw Permalink Normal View History

2024-10-30 01:44:12 +01:00
{ ... }:
{
# Allow Hydra to fetch flake inputs.
nix.settings.allowed-uris = [
"github:"
"https://github.com/"
"https://git.hamburg.ccc.de/"
];
}