gmodena / nix-flatpak

Install flatpaks declaratively
Apache License 2.0
302 stars 10 forks source link

Fix "uninstallUnamanged" typo to "uninstallUnmanaged" #73

Closed lighterly closed 3 months ago

lighterly commented 3 months ago

Hi @gmodena, I think you should fix this. Why? Because someone might struggle trying to find out what's wrong until they realize that the variable is actually misspelled. Also, thank you very much for this useful package you made!

https://github.com/gmodena/nix-flatpak/blob/45bf66f7068db79b552da864c0e87452be624d6c/modules/options.nix#L172 https://github.com/gmodena/nix-flatpak/blob/45bf66f7068db79b552da864c0e87452be624d6c/modules/nixos.nix#L4 https://github.com/gmodena/nix-flatpak/blob/45bf66f7068db79b552da864c0e87452be624d6c/modules/home-manager.nix#L4

gmodena commented 3 months ago

Good catch! Thanks for reporting this bug.