hydra: add blanket allowed-uris to ease fetching and building

wouldn't work even with sha256 passed to builtins.fetchTarball
This commit is contained in:
Astro 2019-12-17 18:34:29 +01:00
parent 7a80aedadc
commit 3c49f9b3bd
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@
maxJobs = 10;
}
];
extraOptions = ''
allowed-uris = http:// https://
'';
};
services.hydra = {