added dev shell

This commit is contained in:
Fishandchips321 2026-02-28 19:59:52 +00:00
parent 67fcb2c7bc
commit 7ec36e8a2b

9
shell.nix Normal file
View file

@ -0,0 +1,9 @@
{pkgs ? import <nixpkgs> {}}:
pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages; [
deadnix
statix
treefmt
nixfmt-rfc-style
];
}