flake: bump inputs

This commit is contained in:
raf 2025-06-13 10:53:31 +03:00
commit f869248ef6
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 12 additions and 37 deletions

View file

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