kubenix/shell.nix

10 lines
148 B
Nix
Raw Normal View History

2022-04-02 12:40:35 -07:00
{system ? builtins.currentSystem}: let
2021-05-28 17:58:04 -05:00
in
2022-04-02 12:40:35 -07:00
(
(import ./compat.nix).flake-compat {
src = ./.;
inherit system;
}
)
.shellNix