Buildmachines works, maybe ?

This commit is contained in:
Bun 2025-06-09 21:49:41 -04:00
parent 9191593dc7
commit 2f76f3be7e
9 changed files with 78 additions and 35 deletions

View file

@ -0,0 +1,13 @@
{ ... }:
{
nix.settings = {
substituters = [
"https://colmena.cachix.org"
"https://nix-community.cachix.org"
];
trusted-public-keys = [
"colmena.cachix.org-1:7BzpDnjjH8ki2CT3f6GdOk7QAzPOl+1t3LvTLXqYcSg="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};
}