update flake to nixos 25.05, cargo update, set version
All checks were successful
Rust / build (pull_request) Successful in 9m14s

This commit is contained in:
Vinzenz Schroeter 2025-06-28 15:18:39 +02:00
parent 54b95956cb
commit e8ee877223
5 changed files with 148 additions and 133 deletions

View file

@ -21,14 +21,9 @@ If you have set your PATH to include the ~/.cargo/bin, you can now run `servicep
## Running with nix
```shell
# from CCCB Forgejo
nix run git+https://git.berlin.ccc.de/servicepoint/servicepoint-cli.git -- <args>
# from GitHub mirror
nix run github:kaesaecracker/servicepoint-cli -- <args>
```
## Running a debug build
```shell