We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf98b6 commit 2f2e918Copy full SHA for 2f2e918
README.md
@@ -416,7 +416,7 @@ nix develop
416
```
417
418
The development shell includes:
419
-- Go 1.24 toolchain
+- Go toolchain
420
- golangci-lint for code linting
421
- git and make
422
- Proper environment variables for development
flake.nix
@@ -25,7 +25,7 @@
25
let
26
lazygit = pkgs.buildGoModule rec {
27
pname = "lazygit";
28
- version = "0.54.2";
+ version = "dev";
29
30
gitCommit = inputs.self.rev or inputs.self.dirtyRev or "dev";
31
0 commit comments