Skip to content

Commit

Permalink
Fix typos in README.md (#115)
Browse files Browse the repository at this point in the history
* Fix typo: "Infinte recusion" to "Infinite recursion"

* Fix typo: "application" to "applications"
  • Loading branch information
royce-c authored Dec 10, 2024
1 parent ebb0be4 commit eb6f906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ talk at NixCon 2023.
`nix-flatpak` follows a [convergent mode](https://flyingcircus.io/blog/thoughts-on-systems-management-methods/) approach to package management (described in [this thread](https://discourse.nixos.org/t/feature-discussion-declarative-flatpak-configuration/26767/2)):
the target system state description is not exhaustive, and there's room for divergence across builds
and rollbacks.
For a number of desktop application I want to be able to track the latest version, or allow them to auto update.
For a number of desktop applications I want to be able to track the latest version, or allow them to auto update.
For such applications, a convergent approach is a reasonable tradeoff wrt system reproducibility. YMMV.

Flatpak applications are installed by systemd oneshot service triggered at system activation. Depending on
Expand Down Expand Up @@ -215,7 +215,7 @@ Package overrides can be declared via `services.flatpak.overrides`. Following is

A couple of things to be aware of when working with `nix-flatpak`.

## Infinte recusion in home-manager imports
## Infinite recursion in home-manager imports

Users have reported an infinite recursion stacktrace when importing an home-manager module outside of where home-manager
itself was imported.
Expand Down

0 comments on commit eb6f906

Please sign in to comment.