feat(devenv): Base shell skeleton
This commit is contained in:
parent
026f5e6d92
commit
33b4dc94f4
2 changed files with 5 additions and 1 deletions
|
@ -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
4
shells/base.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ ... }:
|
||||
{
|
||||
|
||||
}
|
Loading…
Reference in a new issue