From 9b9398b53fd7afe08e79b9e8f7918a1626f213cd Mon Sep 17 00:00:00 2001 From: anntnzrb Date: Wed, 4 Feb 2026 23:08:30 -0500 Subject: [PATCH] build(flake): bump nixpkgs to unstable Track nixos-unstable for nixpkgs to pick up newer packages and module updates. --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 96b63b4..66c197b 100644 --- a/flake.lock +++ b/flake.lock @@ -39,16 +39,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1773686730, - "narHash": "sha256-TYN0biAPPdNSaLoUPrwAglfuKxiz22GsGbeS6B2+19k=", + "lastModified": 1770181073, + "narHash": "sha256-ksTL7P9QC1WfZasNlaAdLOzqD8x5EPyods69YBqxSfk=", "owner": "nixos", "repo": "nixpkgs", - "rev": "18e54fc4e894a2f96720d3428c59ed7343fae26b", + "rev": "bf922a59c5c9998a6584645f7d0de689512e444c", "type": "github" }, "original": { "owner": "nixos", - "ref": "release-25.11", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 5ceb7e8..0c7a672 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Snowfall Lib"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/release-25.11"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; flake-utils-plus.url = "github:gytis-ivaskevicius/flake-utils-plus/master"; };