aboutsummaryrefslogtreecommitdiffstats
path: root/flake.lock
Commit message (Collapse)AuthorAgeFilesLines
* go1.24 (#33562)techknowlogick2025-02-131-3/+3
| | | | | | | update to use go1.24 --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Add golang back to nix dev environment and pin v1.23 (#33275)65432025-01-171-6/+6
|
* Bump CI,Flake and Snap to Node 22 (#32487)silverwind2024-11-131-6/+6
| | | | | | | Node 22 is LTS since 2024-10-29. Updated it everywhere. --------- Co-authored-by: techknowlogick <techknowlogick@gitea.com>
* Fix update flake (#31626)65432024-07-121-3/+3
|
* update nix flake and add gofumpt (#31320)65432024-06-111-3/+3
| | | nix flake maintenance
* Add nix flake for dev shell (#30967)65432024-05-221-0/+61
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.