Skip to content

Commit

Permalink
dev env: add goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
svrana committed Jul 14, 2023
1 parent c5f248e commit a50eee1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
description = "A basic flake with a shell";
description = "geniveev dev shell";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
inputs.flake-utils.url = "github:numtide/flake-utils";

Expand All @@ -11,6 +11,7 @@
packages = [
pkgs.bashInteractive
pkgs.go_1_20
pkgs.goreleaser
];
};
});
Expand Down

0 comments on commit a50eee1

Please sign in to comment.