From 39bfd2dc659c50b2b245c6bc6495c513a997be21 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Tue, 10 Oct 2023 12:37:00 +0800 Subject: [PATCH] docs: add FlakeHub reference to project README --- README.adoc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.adoc b/README.adoc index b3e48df8..c610a55a 100644 --- a/README.adoc +++ b/README.adoc @@ -42,6 +42,23 @@ There are also some additional prerequisites such as partitioning which is alrea +== Using the flake + +If you want to use the flake as part of the flake inputs, you can simply include it in `flake.nix`. + +[source, nix] +---- +{ + inputs.foodogsquared-flake.url = "github:foo-dogsquared/nixos-config"; +} +---- + +For a better experience, I recommend using https://flakehub.com/flake/foo-dogsquared/nixos-config[FlakeHub] (with available instructions in the linked page). +The FlakeHub flake follows a rolling release model so all of the releases are under 0.x. + + + + == TODO In order of priority: