added dev shell
This commit is contained in:
parent
67fcb2c7bc
commit
7ec36e8a2b
1 changed files with 9 additions and 0 deletions
9
shell.nix
Normal file
9
shell.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{pkgs ? import <nixpkgs> {}}:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs.buildPackages; [
|
||||
deadnix
|
||||
statix
|
||||
treefmt
|
||||
nixfmt-rfc-style
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue