Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

Commit

Permalink
Integrate goreleaser with Nix
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jun 19, 2023
1 parent 70c4678 commit acb9a64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ tasks:
- go version
- dprint --version
- actionlint --version
goreleaser --version
1 change: 1 addition & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ pkgs.mkShell {
pkgs.dprint
pkgs.actionlint
pkgs.go-task
pkgs.goreleaser
];
}

0 comments on commit acb9a64

Please sign in to comment.