feat(build): enable distributed builds and caching setup

- Added Nix distributed build configuration for multiple machines.
- Introduced caching setup with substituters and sandbox paths.
- Enabled optional build configurations with ccache support.
This commit is contained in:
Harald Hoyer 2025-11-13 09:40:08 +01:00
parent 55af1a9cad
commit 143e8cbf98
5 changed files with 127 additions and 5 deletions

View file

@ -1,8 +1,7 @@
{
config,
lib,
pkgs,
...
{ config
, lib
, pkgs
, ...
}:
with lib;
with lib.metacfg;