From 06fda084377a6f6dc6e9eead917fc07f5416b3dc Mon Sep 17 00:00:00 2001 From: maxstrb Date: Sat, 22 Nov 2025 16:35:19 +0100 Subject: [PATCH] non important commit --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7282102..05bf868 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,7 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nvf = { - url = "github:notashelf/nvf"; + url = "github:notashelf/nvf/v0.8"; inputs.nixpkgs.follows = "nixpkgs"; }; home-manager = {