From 26f9d38c2bedd5c5e9731d5c1c920cfcdd3b7e23 Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Sun, 5 Oct 2025 01:13:06 +0100 Subject: [PATCH] changed nvf branch to v0.8 fixed the fun little lspconfig issue --- flake.lock | 7 ++++--- flake.nix | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index af2eef5..3a87a7f 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } diff --git a/flake.nix b/flake.nix index 2d74e34..d4f6669 100644 --- a/flake.nix +++ b/flake.nix @@ -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";