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