mirror of
https://github.com/icewind1991/cynthion-flake.git
synced 2026-06-03 14:24:07 +02:00
A nix flake packaging cynthion and related tools
- Nix 100%
| .github/workflows | ||
| pkgs | ||
| .envrc | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| overlay.nix | ||
| README.md | ||
Cynthion-flake
A nix flake packaging cynthion and related tools.
Usage
-
Add this flake to your flake inputs:
cynthion.url = "github:icewind1991/cynthion-flake"; cynthion.inputs.nixpkgs.follows = "nixpkgs"; -
Apply the overlay:
nixpkgs.overlays = [inputs.cynthion.overlays.default]; -
Install the udev rule
services.udev.packages = with pkgs; [cynthion-udev]; -
Install the packages
environment.systemPackages = with pkgsl [cynthion packetry];
Provided packages
- cynthion
- cynthion-udev
- packetry
- apollo-fpga