Skip to content

Commit 2f2e918

Browse files
committed
chore: change version to dev
1 parent edf98b6 commit 2f2e918

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ nix develop
416416
```
417417

418418
The development shell includes:
419-
- Go 1.24 toolchain
419+
- Go toolchain
420420
- golangci-lint for code linting
421421
- git and make
422422
- Proper environment variables for development

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
let
2626
lazygit = pkgs.buildGoModule rec {
2727
pname = "lazygit";
28-
version = "0.54.2";
28+
version = "dev";
2929

3030
gitCommit = inputs.self.rev or inputs.self.dirtyRev or "dev";
3131

0 commit comments

Comments
 (0)