mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-06 12:59:22 +02:00
enable hydra
This commit is contained in:
parent
f609b0212c
commit
295fe0f23d
4 changed files with 22 additions and 3 deletions
|
@ -41,13 +41,10 @@ in
|
|||
"nix-command"
|
||||
"flakes"
|
||||
"auto-allocate-uids"
|
||||
"ca-derivations"
|
||||
"cgroups"
|
||||
"dynamic-derivations"
|
||||
"fetch-closure"
|
||||
"impure-derivations"
|
||||
"no-url-literals"
|
||||
"recursive-nix"
|
||||
];
|
||||
auto-allocate-uids = true;
|
||||
use-cgroups = true;
|
||||
|
@ -57,6 +54,10 @@ in
|
|||
builders-use-substitutes = true;
|
||||
download-attempts = 1;
|
||||
fallback = true;
|
||||
allowed-uris = [
|
||||
"github:"
|
||||
"gitlab:"
|
||||
];
|
||||
};
|
||||
buildMachines =
|
||||
let
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue