Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
9 lines
90 B
Nix
9 lines
90 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./build-flakes.nix
|
|
./harmonia.nix
|
|
./proxy.nix
|
|
];
|
|
}
|