bob: init
All checks were successful
Eval nix flake / evals (push) Successful in 2m46s

Cool beeg nix builder
for now anyways
This commit is contained in:
2023-11-05 03:12:35 +01:00
parent 3caa66fb64
commit c4df999058
9 changed files with 173 additions and 14 deletions

5
misc/builder.nix Normal file
View File

@@ -0,0 +1,5 @@
{ ... }:
{
nix.settings.trusted-users = [ "@nix-builder-users" ];
}