[Nix/Builder] Move builder config into dedicated file

This commit is contained in:
Antoine Viallon 2023-04-08 19:42:31 +02:00
parent 734380265e
commit ecabf22b6d
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
3 changed files with 173 additions and 65 deletions

View file

@ -2,5 +2,6 @@
{
imports = [
./nix.nix
./builder.nix
];
}