use nixpkgs-unstable

This commit is contained in:
cato-001 2025-08-24 22:18:33 +02:00
parent 318240993c
commit ab793ad498
3 changed files with 9 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-25.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
flake-utils.url = "github:numtide/flake-utils";
gomod2nix = {