mirror of
https://github.com/icewind1991/cynthion-flake.git
synced 2026-06-03 22:34:06 +02:00
readme
This commit is contained in:
parent
a6d41bbaa3
commit
19838d3e06
1 changed files with 32 additions and 0 deletions
32
README.md
Normal file
32
README.md
Normal file
|
|
@ -0,0 +1,32 @@
|
||||||
|
# Cynthion-flake
|
||||||
|
|
||||||
|
A nix flake packaging [cynthion](https://github.com/greatscottgadgets/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
|
||||||
|
```nix
|
||||||
|
services.udev.packages = with pkgs; [cynthion-udev];
|
||||||
|
```
|
||||||
|
|
||||||
|
- Install the packages
|
||||||
|
```nix
|
||||||
|
environment.systemPackages = with pkgsl [cynthion packetry];
|
||||||
|
```
|
||||||
|
|
||||||
|
## Provided packages
|
||||||
|
|
||||||
|
- [cynthion](https://github.com/greatscottgadgets/cynthion/)
|
||||||
|
- cynthion-udev
|
||||||
|
- [packetry](https://github.com/greatscottgadgets/packetry)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue