move stuff to parts dir
This commit is contained in:
parent
a7b8dd7141
commit
e868b5913f
6 changed files with 10 additions and 5 deletions
14
parts/dev.nix
Normal file
14
parts/dev.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
perSystem = {pkgs, ...}: {
|
||||
devShells.default = pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
alejandra
|
||||
fzf
|
||||
just
|
||||
nil
|
||||
];
|
||||
};
|
||||
|
||||
formatter = pkgs.alejandra;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue