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

chore: update flake

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2023-12-31 14:43:09 -03:00
parent 12469c4251
commit 5296d350dc
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -21,10 +21,13 @@
};
devShells.default = pkgs.mkShell {
packages = with pkgs; with staging-pkgs.python311Packages; [
packages = with pkgs; [
go
go-task
gofumpt
syft
upx
cosign
];
shellHook = "go mod tidy";
};