Some checks failed
Run nix flake check / flake-check (push) Failing after 1s
10 lines
104 B
Nix
10 lines
104 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./build-flakes.nix
|
|
./harmonia.nix
|
|
./proxy.nix
|
|
./nix.nix
|
|
];
|
|
}
|