add mkSystem and dev.nix
This commit is contained in:
parent
a261e122e6
commit
89f997e158
3 changed files with 33 additions and 28 deletions
14
dev.nix
Normal file
14
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