Update deps

This commit is contained in:
2026-02-09 15:38:24 -08:00
parent 3755693de6
commit 3c17eab1ed
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -502,16 +502,16 @@
}, },
"nixpkgs_6": { "nixpkgs_6": {
"locked": { "locked": {
"lastModified": 1735563628, "lastModified": 1770464364,
"narHash": "sha256-OnSAY7XDSx7CtDoqNh8jwVwh4xNL/2HaJxGjryLWzX8=", "narHash": "sha256-z5NJPSBwsLf/OfD8WTmh79tlSU8XgIbwmk6qB1/TFzY=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b134951a4c9f3c995fd7be05f3243f8ecd65d798", "rev": "23d72dabcb3b12469f57b37170fcbc1789bd7457",
"type": "github" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "id": "nixpkgs",
"ref": "nixos-24.05", "ref": "nixos-25.11",
"type": "indirect" "type": "indirect"
} }
}, },
+1 -1
View File
@@ -2,7 +2,7 @@
description = "WallFly presence monitor."; description = "WallFly presence monitor.";
inputs = { inputs = {
nixpkgs.url = "nixpkgs/nixos-24.05"; nixpkgs.url = "nixpkgs/nixos-25.11";
utils.url = "github:numtide/flake-utils"; utils.url = "github:numtide/flake-utils";
helpers = { helpers = {
url = "github:fudoniten/fudo-nix-helpers"; url = "github:fudoniten/fudo-nix-helpers";