1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

build: update nix config

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2023-07-30 02:34:15 +00:00
parent dbf7f57928
commit 30ea8a7d96
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -202,9 +202,7 @@ nix:
description: Deliver Go binaries as fast and easily as possible
path: pkgs/goreleaser/default.nix
license: mit
install: |-
mkdir -p $out/bin
cp -vr ./goreleaser $out/bin/goreleaser
extra_install: |-
installManPage ./manpages/goreleaser.1.gz
installShellCompletion ./completions/*