Use makeWrapper

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-07-29 10:45:08 +01:00
parent 7f9a1dcb66
commit bff2fca2eb
7 changed files with 41 additions and 64 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs ? import <nixpkgs> { }, ... }:
{ pkgs, ... }:
pkgs.buildGoModule (finalAttrs: {
pname = "nginx-receiver";
version = "0";