add stability note

This commit is contained in:
Travis Staton 2024-11-18 09:56:57 -05:00
parent 3a016ff26c
commit aaec735faf
No known key found for this signature in database
GPG key ID: E883E53CDAC16260

View file

@ -17,6 +17,12 @@ The important modules are `overlay/default.nix`, `rpi/default.nix`,
and `rpi/config.nix`. The other modules are mostly wrappers that set and `rpi/config.nix`. The other modules are mostly wrappers that set
`config.txt` settings and enable required kernel modules. `config.txt` settings and enable required kernel modules.
## Stability note
`master` is the development branch -- if you want to avoid breaking changes, you
should pin your flake to a specific release and refer to the release notes when
upgrading.
## Example ## Example
See the `rpi-example` config in this flake for an example config built by CI. See the `rpi-example` config in this flake for an example config built by CI.