Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
devShells = forAllSystems (system:
let
pkgs = import nixpkgs { inherit system; };
go = pkgs.go_1_23;

in
{
default = pkgs.mkShell {
Expand All @@ -27,6 +29,14 @@
go-task # https://taskfile.dev/
git
goreleaser
goreleaser
bash
neo-cowsay
gopls
golangci-lint
go-tools
gotools
delve
bash
];

Expand Down