kubenix/shell.nix
2022-04-02 13:43:57 -07:00

7 lines
139 B
Nix

{system ? builtins.currentSystem}: (
(import ./compat.nix).flake-compat {
src = ./.;
inherit system;
}
)
.shellNix