2
0
Commit Graph

11 Commits

Author SHA1 Message Date
techknowlogick
46062f8a78 nix flake update (#35639) 2025-10-12 15:59:00 +00:00
techknowlogick
741d47ca63 nix flake use go1.25 (#35288) 2025-08-16 02:47:39 +08:00
techknowlogick
13ddc71f73 fix nix dev shell on darwin (#35278) 2025-08-14 14:39:38 -04:00
techknowlogick
66a13d9841 nix flake update (#35085) 2025-07-15 20:43:14 +02:00
techknowlogick
c256af7d59 nix flake update (#34476) 2025-05-16 14:09:45 +00:00
techknowlogick
282552c02f go1.24 (#33562)
update to use go1.24

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-02-13 18:00:00 +08:00
6543
9d015b8de2 Add golang back to nix dev environment and pin v1.23 (#33275) 2025-01-17 12:25:33 -05:00
silverwind
67148a96c6 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>
2024-11-13 21:39:55 +00:00
6543
12b0b94f5e Fix update flake (#31626) 2024-07-12 16:25:54 +00:00
6543
d160e44993 update nix flake and add gofumpt (#31320)
nix flake maintenance
2024-06-11 08:47:13 -05:00
6543
53d68339ef 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.
2024-05-22 00:47:18 +00:00