mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
9 lines
141 B
Nix
9 lines
141 B
Nix
|
|
{ system ? builtins.currentSystem }:
|
||
|
|
let
|
||
|
|
in (
|
||
|
|
(import ./lib/compat.nix).flake-compat {
|
||
|
|
src = ./.;
|
||
|
|
inherit system;
|
||
|
|
}
|
||
|
|
).defaultNix
|