mirror of
https://github.com/icewind1991/cynthion-flake.git
synced 2026-06-03 06:14:06 +02:00
Update README.md
This commit is contained in:
parent
df5d552bcf
commit
a44895e23a
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
@ -30,4 +30,4 @@ A nix flake packaging [cynthion](https://github.com/greatscottgadgets/cynthion/)
|
|||
- [cynthion](https://github.com/greatscottgadgets/cynthion/)
|
||||
- cynthion-udev
|
||||
- [packetry](https://github.com/greatscottgadgets/packetry)
|
||||
- [apollo-fpga](https://github.com/greatscottgadgets/apollo)
|
||||
- [apollo-fpga](https://github.com/greatscottgadgets/apollo)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue