remove intelephense
This commit is contained in:
parent
02cbfb215b
commit
b4f3e02c12
11
flake.nix
11
flake.nix
|
@ -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;
|
||||
|
|
|
@ -26,8 +26,6 @@
|
|||
pkgs.rust-analyzer
|
||||
# Zig
|
||||
pkgs.zls
|
||||
# PHP
|
||||
pkgs.nodePackages_latest.intelephense
|
||||
# TypeScript
|
||||
pkgs.nodePackages_latest.typescript-language-server
|
||||
# Bash
|
||||
|
|
Loading…
Reference in a new issue