Skip to content

Commit

Permalink
flake: add goreleaser to devshell
Browse files Browse the repository at this point in the history
  • Loading branch information
dav009 committed Sep 23, 2023
1 parent 6777a18 commit c298ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
let pkgs = nixpkgsFor.${system};
in {
default = pkgs.mkShell {
buildInputs = with pkgs; [ go_1_21 gopls gotools golint clang_14 ];
buildInputs = with pkgs; [ go_1_21 gopls gotools golint clang_14 goreleaser ];
GOROOT = "${pkgs.go_1_21}/share/go";
};
});
Expand Down

0 comments on commit c298ceb

Please sign in to comment.