Commit Graph

6 Commits (241f799edfecda763c7571ea33e82356b6689423)

Author SHA1 Message Date
techknowlogick d88b012525
go1.24 (#33562)
update to use go1.24

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2 weeks ago
6543 1342d48433
Add golang back to nix dev environment and pin v1.23 (#33275) 1 month ago
silverwind 9880c1372e
Bump CI,Flake and Snap to Node 22 (#32487)
Node 22 is LTS since 2024-10-29. Updated it everywhere.

---------

Co-authored-by: techknowlogick <techknowlogick@gitea.com>
3 months ago
6543 957c75bfd2
Fix update flake (#31626) 8 months ago
6543 61c97fdef1
update nix flake and add gofumpt (#31320)
nix flake maintenance
9 months ago
6543 de6f0488a6
Add nix flake for dev shell (#30967)
To try it you need **nix** installed `nix-daemon ` running and your user
has to be member of the **nix-users** group. Or use NixOS.

then by just:
```sh
nix develop -c $SHELL
```
a dedicated development environment with all needed packages will be
created.
9 months ago