build(flake): bump nixpkgs to unstable

Track nixos-unstable for nixpkgs to pick up newer packages and module updates.
This commit is contained in:
anntnzrb
2026-02-04 23:08:30 -05:00
committed by mjallen18
parent e6a363a331
commit 9b9398b53f
2 changed files with 5 additions and 5 deletions

View File

@@ -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";
};