aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-11-03 19:51:55 +0100
committerSoispha <soispha@vhack.eu>2023-11-03 19:51:55 +0100
commitdc958d9bcf7c3f696d853742a22539b35dcfc322 (patch)
tree80e765d72dfd351f26486023bfad0703b65aa816
parentbuild(flake): Update (diff)
downloadnixos-server-dc958d9bcf7c3f696d853742a22539b35dcfc322.zip
build(flake): Remove language servers from the devshell
These should be declared in the developer's editor config, and thus are just useless here.
-rw-r--r--flake.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index 1e49913..dfc3fe5 100644
--- a/flake.nix
+++ b/flake.nix
@@ -99,11 +99,8 @@
devShells."${system}" = {
default = pkgs.mkShell {
packages = with pkgs; [
- nil
alejandra
- statix
- shellcheck
- ltex-ls
+
cocogitto
git-crypt
ragenix.packages."${system}".default