feat(devenv): Base shell skeleton

This commit is contained in:
punkfairie 2024-11-13 20:14:41 -08:00
parent 026f5e6d92
commit 33b4dc94f4
2 changed files with 5 additions and 1 deletions

View file

@ -48,7 +48,7 @@
# Base dev shell
devenv.shells.default = {
imports = [ "${self}/shells/base.nix" ];
};
formatter = pkgs.nixfmt-rfc-style;

4
shells/base.nix Normal file
View file

@ -0,0 +1,4 @@
{ ... }:
{
}