11 lines
164 B
Nix
11 lines
164 B
Nix
{ ... }:
|
|
|
|
{
|
|
# Allow Hydra to fetch flake inputs.
|
|
nix.settings.allowed-uris = [
|
|
"github:"
|
|
"https://github.com/"
|
|
"https://git.hamburg.ccc.de/"
|
|
];
|
|
}
|