refactor: nuke legacyPackages and overlays

rework blink-cmp package
This commit is contained in:
Gerg-L 2025-05-03 17:52:36 -04:00
commit 9feb71594d
No known key found for this signature in database
14 changed files with 59 additions and 122 deletions

View file

@ -3,13 +3,14 @@
pkgs,
config,
self',
inputs',
...
}: {
devShells = {
default = self'.devShells.lsp;
nvim-nix = pkgs.mkShellNoCC {packages = [config.packages.nix];};
lsp = pkgs.mkShellNoCC {
packages = with pkgs; [nil statix deadnix alejandra npins];
packages = with pkgs; [inputs'.nil.packages.default statix deadnix alejandra npins];
};
};