summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-07-16 22:38:59 -0400
committerseth <[email protected]>2024-07-16 22:45:50 -0400
commitcf106afeac4f9d430216d6dddb79091f97da911f (patch)
tree7d1655cb3998842a9e7f97b8dfaab9bf3a72e291 /shell.nix
parente5e1dd731f8afa3d75149b2ba20f91173df42e4f (diff)
nix: use treefmt-nix
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/shell.nix b/shell.nix
index 5ef2b64..9daab94 100644
--- a/shell.nix
+++ b/shell.nix
@@ -11,11 +11,7 @@
pkgs.mkShellNoCC {
packages = [
pkgs.zola
-
- # linters + formatters
formatter
pkgs.actionlint
- pkgs.nodePackages.alex
- pkgs.nodePackages.prettier
];
}