docs: add README for flake-hub
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2026-03-15 18:51:16 +02:00
parent 80fb557b73
commit 7da15f25ff
+13
View File
@@ -0,0 +1,13 @@
# flake-hub
Personal Nix flake hub — custom packages and overlays
## Overview
Personal Nix flake hub for publishing custom packages and overlays. Provides packages for x86_64-linux and aarch64-linux.
## Build
```bash
nix build .#<package-name>
```