Update README.md

This commit is contained in:
Robin Appelman 2024-09-22 19:06:47 +00:00 committed by GitHub
commit a44895e23a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ A nix flake packaging [cynthion](https://github.com/greatscottgadgets/cynthion/)
- Install the packages
```nix
environment.systemPackages = with pkgsl [cynthion packetry];
environment.systemPackages = with pkgs; [cynthion packetry];
```
## Provided packages