awl-ntfy/package.nix

10 lines
156 B
Nix
Raw Permalink Normal View History

2025-08-18 07:56:18 +02:00
{ perSystem }:
2025-08-18 07:44:19 +02:00
2025-08-18 07:56:18 +02:00
perSystem.gomod2nix.buildGoApplication {
2025-08-18 07:44:19 +02:00
pname = "awl-ntfy";
version = "0.1";
pwd = ./.;
src = ./.;
modules = ./gomod2nix.toml;
}