flake: remove nil input

This commit is contained in:
poz 2025-07-06 04:30:31 +02:00
commit 6381df4af2
No known key found for this signature in database
3 changed files with 1 additions and 29 deletions

View file

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