nixos-servers/services/nix-cache/default.nix
Torjus Håkestad 006d0b9213
Some checks failed
Run nix flake check / flake-check (push) Failing after 4m3s
Finish nix-cache
2025-01-24 15:48:03 +01:00

9 lines
91 B
Nix

{ ... }:
{
imports = [
./build-flakes.nix
./nix-serve.nix
./proxy.nix
];
}