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

7
flake.lock generated
View file

@ -765,15 +765,16 @@
"systems": "systems"
},
"locked": {
"lastModified": 1759469269,
"narHash": "sha256-DP833ejGUNRRHsJOB3WRTaWWXLNucaDga2ju/fGe+sc=",
"lastModified": 1759512048,
"narHash": "sha256-rEfJ6jyHvjpOyK5oA3rNFN4j/RPMKD2P0RnT0HzUNMc=",
"owner": "notashelf",
"repo": "nvf",
"rev": "e48638aef3a95377689de0ef940443c64f870a09",
"rev": "dde524f7cc4b9e56cf45223a23e1b598f68848d7",
"type": "github"
},
"original": {
"owner": "notashelf",
"ref": "v0.8",
"repo": "nvf",
"type": "github"
}

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";