docs: add FlakeHub reference to project README

This commit is contained in:
Gabriel Arazas 2023-10-10 12:37:00 +08:00
parent 3ee04bb812
commit 39bfd2dc65
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -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: