From f8f4d5502369e81d4fc1fa2b62091b0409499606 Mon Sep 17 00:00:00 2001 From: maxstrb Date: Sat, 17 Jan 2026 00:05:27 +0100 Subject: [PATCH] non important commit --- flake.lock | 20 +++++++++++++++++--- flake.nix | 3 +++ 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index c273f29..24615e9 100644 --- a/flake.lock +++ b/flake.lock @@ -323,6 +323,22 @@ "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": [ @@ -354,9 +370,7 @@ "flake-parts": "flake-parts", "mnw": "mnw", "ndg": "ndg", - "nixpkgs": [ - "nixpkgs" - ], + "nixpkgs": "nixpkgs_3", "systems": "systems" }, "locked": { diff --git a/flake.nix b/flake.nix index cf07ec3..a036aac 100644 --- a/flake.nix +++ b/flake.nix @@ -3,8 +3,11 @@ 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"; }; home-manager = { url = "github:nix-community/home-manager";