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

@ -82,12 +82,5 @@
# Alternate neovim-wrapper
mnw.url = "github:Gerg-L/mnw";
## Language servers (use master instead of nixpkgs)
# Nix LSP
nil = {
url = "github:oxalica/nil";
inputs.nixpkgs.follows = "nixpkgs";
};
};
}