diff options
| author | Chris Wells <chris@mathematicaster.org> | 2025-10-22 09:29:39 -0500 |
|---|---|---|
| committer | Chris Wells <chris@mathematicaster.org> | 2025-10-22 09:29:39 -0500 |
| commit | f0bcf80fb074de1d5ab15421a988e08b31975ca6 (patch) | |
| tree | f28439f3acc795177f9743db0603eedec3b3b14d | |
| parent | 7aa390883104725c64c65d20a0713cfcd654f637 (diff) | |
| download | fw-manager-f0bcf80fb074de1d5ab15421a988e08b31975ca6.tar fw-manager-f0bcf80fb074de1d5ab15421a988e08b31975ca6.tar.gz fw-manager-f0bcf80fb074de1d5ab15421a988e08b31975ca6.tar.bz2 fw-manager-f0bcf80fb074de1d5ab15421a988e08b31975ca6.tar.lz fw-manager-f0bcf80fb074de1d5ab15421a988e08b31975ca6.tar.xz fw-manager-f0bcf80fb074de1d5ab15421a988e08b31975ca6.tar.zst fw-manager-f0bcf80fb074de1d5ab15421a988e08b31975ca6.zip | |
| -rw-r--r-- | README.md | 8 | ||||
| -rw-r--r-- | flake.nix | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..1a106a7 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# fw-manager + +Nix utilities for building and flashing firmware for various devices. +So far, there is support for the following firmwares: + +* [QMK](https://github.com/qmk/qmk_firmware) +* [IronOS](https://github.com/Ralim/IronOS), specifically for the [Pinecil](https://pine64.org/documentation/Pinecil/_full/) +* [Klipper](https://github.com/Klipper3d/klipper) @@ -1,5 +1,5 @@ { - description = "Nix utilities to manage keyboard firmware"; + description = "Nix utilities to manage device firmware"; inputs = { nixpkgs.url = "github:nixos/nixpkgs/release-25.05"; |
