remove intelephense

This commit is contained in:
Lukas Wurzinger 2024-12-21 19:14:13 +01:00
parent 02cbfb215b
commit b4f3e02c12
No known key found for this signature in database
2 changed files with 1 additions and 12 deletions

View file

@ -31,16 +31,7 @@
nixosConfigurations = self.lib.genNixosConfigurations {inherit inputs;};
};
perSystem = {
pkgs,
system,
...
}: {
_module.args.pkgs = import nixpkgs {
inherit system;
config.allowUnfree = true;
};
perSystem = {pkgs, ...}: {
devenv.shells.default = {
devenv.root = let
devenvRootFileContent = builtins.readFile devenv-root.outPath;

View file

@ -26,8 +26,6 @@
pkgs.rust-analyzer
# Zig
pkgs.zls
# PHP
pkgs.nodePackages_latest.intelephense
# TypeScript
pkgs.nodePackages_latest.typescript-language-server
# Bash