fix nix flake

This commit is contained in:
cato-001 2025-08-18 07:56:18 +02:00
parent 0d7461fa92
commit 7534b04fab
4 changed files with 41 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{ pkgs }:
{ perSystem }:
pkgs.buildGoApplication {
perSystem.gomod2nix.buildGoApplication {
pname = "awl-ntfy";
version = "0.1";
pwd = ./.;