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 - Install the packages
```nix ```nix
environment.systemPackages = with pkgsl [cynthion packetry]; environment.systemPackages = with pkgs; [cynthion packetry];
``` ```
## Provided packages ## Provided packages
@ -30,4 +30,4 @@ A nix flake packaging [cynthion](https://github.com/greatscottgadgets/cynthion/)
- [cynthion](https://github.com/greatscottgadgets/cynthion/) - [cynthion](https://github.com/greatscottgadgets/cynthion/)
- cynthion-udev - cynthion-udev
- [packetry](https://github.com/greatscottgadgets/packetry) - [packetry](https://github.com/greatscottgadgets/packetry)
- [apollo-fpga](https://github.com/greatscottgadgets/apollo) - [apollo-fpga](https://github.com/greatscottgadgets/apollo)