From 4d207117b71a638e22861a9cd8ff3f9c3b47fa18 Mon Sep 17 00:00:00 2001 From: Travis Staton Date: Wed, 24 May 2023 21:28:20 -0400 Subject: [PATCH] add example link to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2924949..536cbf1 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,10 @@ and `rpi/config.nix`. The other modules are mostly wrappers that set ## Example +See [the example +repo](https://github.com/tstat/raspberry-pi-nix-example) for a +complete example. + ```nix { description = "raspberry-pi-nix example";