diff --git a/flake.nix b/flake.nix index 626f88e..0646431 100644 --- a/flake.nix +++ b/flake.nix @@ -48,7 +48,7 @@ # Base dev shell devenv.shells.default = { - + imports = [ "${self}/shells/base.nix" ]; }; formatter = pkgs.nixfmt-rfc-style; diff --git a/shells/base.nix b/shells/base.nix new file mode 100644 index 0000000..facb35d --- /dev/null +++ b/shells/base.nix @@ -0,0 +1,4 @@ +{ ... }: +{ + +}