This commit is contained in:
mjallen18
2025-12-23 21:04:21 -06:00
parent 8f08f24761
commit d981fb20c2
68 changed files with 957 additions and 543 deletions

View File

@@ -1,5 +1,4 @@
{
config,
pkgs,
...
}:
@@ -35,7 +34,8 @@
nix = {
linux-builder = {
enable = true;
config = ({ pkgs, ... }:
config = (
{ ... }:
{
virtualisation.cores = 6;
environment.etc."ccache.conf".text = ''
@@ -47,7 +47,8 @@
# "d /var/cache/ccache 0770 builder nixbld -"
"p+ /var/cache/ccache/ccache.conf - - - - /etc/ccache.conf"
];
});
}
);
};
};