mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
8 lines
129 B
Nix
8 lines
129 B
Nix
{system ? builtins.currentSystem}:
|
|
(
|
|
(import ./compat.nix).flake-compat {
|
|
src = ./.;
|
|
inherit system;
|
|
}
|
|
)
|
|
.defaultNix
|