chore: Remove unused shell

This commit is contained in:
punkfairie 2025-01-13 18:48:12 -08:00
parent 5e8e617af9
commit 1feb194431
No known key found for this signature in database
GPG key ID: B3C5488E9A1A7CA6

View file

@ -1,9 +0,0 @@
{ mkShell, pkgs, ... }:
mkShell {
packages = with pkgs; [
nixfmt-rfc-style
nil
statix
manix
];
}