remove nil-lsp input, use the one from nixpkgs

This commit is contained in:
Leonardo Eugênio 2023-05-02 16:13:40 -03:00
parent 091995849f
commit 7b631196ca
4 changed files with 1 additions and 86 deletions

View file

@ -51,7 +51,6 @@
webcord = (prev.webcord or prev.unstable.webcord).overrideAttrs (old: {
patches = (old.patches or [ ]) ++ [ ../patches/webcord/fix-reading-config.patch ];
});
nil-lsp = inputs.nil-lsp.packages.${prev.system}.nil;
mullvad = inputs.mullvad-with-completions.legacyPackages.${prev.system}.mullvad;
});