Torjus Håkestad 7c44bf9656
Some checks failed
Run nix flake check / flake-check (push) Failing after 1s
Include nix settings for nix-cache
2025-02-26 18:37:20 +01:00

10 lines
104 B
Nix

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