1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-05-21 19:36:11 +02:00

build: fix flake

This commit is contained in:
Carlos Alexandro Becker 2024-01-04 22:57:36 -03:00
parent beb0f7314e
commit 19f03e44c3
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -21,7 +21,7 @@
};
devShells.default = pkgs.mkShell {
packages = with pkgs; with staging-pkgs.python311Packages; [
packages = with pkgs; [
go
go-task
gofumpt
@ -52,5 +52,3 @@
);
}