2025-07-01 22:40:05 +02:00
|
|
|
{
|
2025-08-18 07:44:19 +02:00
|
|
|
description = "Send notification for your local awl trash collection to your phone";
|
2025-07-01 22:40:05 +02:00
|
|
|
|
2025-08-18 07:44:19 +02:00
|
|
|
inputs = {
|
2025-08-24 22:18:33 +02:00
|
|
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
2025-08-18 07:44:19 +02:00
|
|
|
flake-utils.url = "github:numtide/flake-utils";
|
2025-07-01 22:40:05 +02:00
|
|
|
|
2025-08-18 07:44:19 +02:00
|
|
|
gomod2nix = {
|
|
|
|
|
url = "github:nix-community/gomod2nix";
|
|
|
|
|
inputs = {
|
|
|
|
|
nixpkgs.follows = "nixpkgs";
|
|
|
|
|
flake-utils.follows = "flake-utils";
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
blueprint = {
|
|
|
|
|
url = "github:numtide/blueprint";
|
|
|
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
2025-07-01 22:40:05 +02:00
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
2025-08-18 07:56:18 +02:00
|
|
|
outputs = inputs: inputs.blueprint { inherit inputs; };
|
2025-07-01 22:40:05 +02:00
|
|
|
}
|