aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/flake.nix8
1 files changed, 1 insertions, 7 deletions
diff --git a/shell/flake.nix b/shell/flake.nix
index 446a30c..fbd4709 100644
--- a/shell/flake.nix
+++ b/shell/flake.nix
@@ -59,7 +59,7 @@
inherit
(pkgs)
#pandoc
-
+
;
};
@@ -79,13 +79,7 @@
};
devShells.default = pkgs.mkShell {
packages = with pkgs; [
- nil
- alejandra
- statix
- ltex-ls
flake_version_update.packages."${system}".default
-
- shellcheck
];
};
});