Commit Graph

4 Commits (3fc1bbe971db0b1591d32c4f561fdccc9c34daf4)

Author SHA1 Message Date
silverwind 9880c1372e
Bump CI,Flake and Snap to Node 22 ()
Node 22 is LTS since 2024-10-29. Updated it everywhere.

---------

Co-authored-by: techknowlogick <techknowlogick@gitea.com>
6543 957c75bfd2
Fix update flake ()
6543 61c97fdef1
update nix flake and add gofumpt ()
nix flake maintenance
6543 de6f0488a6
Add nix flake for dev shell ()
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.