update nix flake

This commit is contained in:
cato-001 2025-08-23 14:59:00 +02:00
parent 6d35ec5210
commit b6634b7eaa
2 changed files with 8 additions and 8 deletions

View file

@ -2,7 +2,7 @@
description = "Send notification for your local awl trash collection to your phone";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
flake-utils.url = "github:numtide/flake-utils";
gomod2nix = {