Loading pkgs/by-name/wh/whoami/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildGoModule, fetchFromGitHub, nix-update-script, }: buildGoModule (finalAttrs: { Loading @@ -21,6 +22,8 @@ buildGoModule (finalAttrs: { env.CGO_ENABLED = 0; passthru.updateScript = nix-update-script { }; meta = { description = "Tiny Go server that prints os information and HTTP request to output"; mainProgram = "whoami"; Loading Loading
pkgs/by-name/wh/whoami/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildGoModule, fetchFromGitHub, nix-update-script, }: buildGoModule (finalAttrs: { Loading @@ -21,6 +22,8 @@ buildGoModule (finalAttrs: { env.CGO_ENABLED = 0; passthru.updateScript = nix-update-script { }; meta = { description = "Tiny Go server that prints os information and HTTP request to output"; mainProgram = "whoami"; Loading