diff --git a/flake.lock b/flake.lock index 24615e9..39a75c8 100644 --- a/flake.lock +++ b/flake.lock @@ -307,6 +307,22 @@ "type": "github" } }, + "nixpkgs-nvf": { + "locked": { + "lastModified": 1766902085, + "narHash": "sha256-coBu0ONtFzlwwVBzmjacUQwj3G+lybcZ1oeNSQkgC0M=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "c0b0e0fddf73fd517c3471e546c0df87a42d53f4", + "type": "github" + }, + "original": { + "owner": "nixos", + "repo": "nixpkgs", + "rev": "c0b0e0fddf73fd517c3471e546c0df87a42d53f4", + "type": "github" + } + }, "nixpkgs_2": { "locked": { "lastModified": 1764242076, @@ -323,22 +339,6 @@ "type": "github" } }, - "nixpkgs_3": { - "locked": { - "lastModified": 1768456270, - "narHash": "sha256-NgaL2CCiUR6nsqUIY4yxkzz07iQUlUCany44CFv+OxY=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "f4606b01b39e09065df37905a2133905246db9ed", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixpkgs-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, "nur": { "inputs": { "flake-parts": [ @@ -370,7 +370,9 @@ "flake-parts": "flake-parts", "mnw": "mnw", "ndg": "ndg", - "nixpkgs": "nixpkgs_3", + "nixpkgs": [ + "nixpkgs-nvf" + ], "systems": "systems" }, "locked": { @@ -394,6 +396,7 @@ "hexecute": "hexecute", "home-manager": "home-manager", "nixpkgs": "nixpkgs", + "nixpkgs-nvf": "nixpkgs-nvf", "nvf": "nvf", "stylix": "stylix", "zen-browser": "zen-browser" diff --git a/flake.nix b/flake.nix index a036aac..96a338c 100644 --- a/flake.nix +++ b/flake.nix @@ -3,12 +3,12 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; - nixpkgs-nvf.url = "github:nixos/nixpkgs/c0b0e0fddf73fd517c3471e546c0df87a42d53f4"; nvf = { - url = "github:notashelf/nvf/v0.8"; - inputs.nixpkgs.follows = "nixpkgs-nvf"; + url = "github:notashelf/nvf/007f14a2c8d67568f4655654b401871920d73011"; + inputs.nixpkgs.follows = "nixpkgs"; }; + home-manager = { url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs";