From 7ec36e8a2b2121f803bc14a909867e73fda3f2ee Mon Sep 17 00:00:00 2001 From: Fishandchips321 Date: Sat, 28 Feb 2026 19:59:52 +0000 Subject: [PATCH] added dev shell --- shell.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 shell.nix diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..c305f39 --- /dev/null +++ b/shell.nix @@ -0,0 +1,9 @@ +{pkgs ? import {}}: +pkgs.mkShell { + nativeBuildInputs = with pkgs.buildPackages; [ + deadnix + statix + treefmt + nixfmt-rfc-style + ]; +} \ No newline at end of file