diff options
author | Soispha <soispha@vhack.eu> | 2023-11-03 19:51:55 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-11-03 19:51:55 +0100 |
commit | dc958d9bcf7c3f696d853742a22539b35dcfc322 (patch) | |
tree | 80e765d72dfd351f26486023bfad0703b65aa816 /flake.nix | |
parent | build(flake): Update (diff) | |
download | nixos-server-dc958d9bcf7c3f696d853742a22539b35dcfc322.tar.gz nixos-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.
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 5 |
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 |