From 336dc00a94e39337c64decd6d0f4f6e4a4d43187 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Tue, 11 Mar 2025 16:31:03 -0400 Subject: initial commit --- shell.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..6c255a2 --- /dev/null +++ b/shell.nix @@ -0,0 +1,17 @@ +{ + pkgs ? import { + config = { }; + overlays = [ ]; + }, +}: + +pkgs.mkShellNoCC { + packages = builtins.attrValues { + inherit (pkgs) + deadnix + nixfmt-rfc-style + npins + statix + ; + }; +} -- cgit v1.2.3