summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
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
];
}