kubenix/default.nix

8 lines
141 B
Nix
Raw Normal View History

2022-04-02 13:43:57 -07:00
{system ? builtins.currentSystem}: (
2022-04-02 12:40:35 -07:00
(import ./compat.nix).flake-compat {
src = ./.;
inherit system;
}
)
.defaultNix