changed nvf branch to v0.8

fixed the fun little lspconfig issue
This commit is contained in:
Gabriella Bere 2025-10-05 01:13:06 +01:00
parent e9895f1ca3
commit 26f9d38c2b
2 changed files with 6 additions and 5 deletions

View file

@ -26,7 +26,7 @@
# Easy Nix-based neovim config
nvf = {
url = "github:notashelf/nvf";
url = "github:notashelf/nvf/v0.8"; # pinned to v0.8 due to an issue with the main branch, undo this if you have any weird issues in future
inputs.nixpkgs.follows = "nixpkgs";
};
# Disk partitioning
@ -34,7 +34,7 @@
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
};
# An-anime-game-launcher
# aagl projects
aagl = {
url = "github:ezKEa/aagl-gtk-on-nix";
inputs.nixpkgs.follows = "nixpkgs";