kubenix/default.nix

9 lines
129 B
Nix
Raw Normal View History

2022-04-02 14:42:22 -07:00
{system ? builtins.currentSystem}:
(
(import ./compat.nix).flake-compat {
src = ./.;
inherit system;
}
)
.defaultNix