(no title)
guilhas | 7 months ago
Of course they are. Copy and paste a text snippet to your configuration, and run the cli to refresh
Being a separate repo is absolutely OK. Just like installing Nixos's own Home-Manager
Or add other people channels, like adding PPA on Ubuntu/debian. Or run flakes...
Nixos is possibly makes it more confusing by having the documentation recommend `nix-channel --add` instead of the declarative approach. Having the standard declarative, and having flakes on top
And you should probably want to create your own channel. On the week I installed Guix immediately created my channel and packaged ZimWiki
yjftsjthsd-h|7 months ago
Even in the best case, that requires you to know about it. When you're not allowed to document the option or even mention it in official support channels, that's harder.
> Being a separate repo is absolutely OK. Just like installing Nixos's own Home-Manager
> Or add other people channels, like adding PPA on Ubuntu/debian. Or run flakes...
> And you should probably want to create your own channel. On the week I installed Guix immediately created my channel and packaged ZimWiki
All of these things make it harder to use and less likely to stay supported.
> Nixos is possibly makes it more confusing by having the documentation recommend `nix-channel --add` instead of the declarative approach. Having the standard declarative, and having flakes on top
So... I agree that that's annoying, and I personally would prefer that everyone agree to use flakes, but AFAIK you don't need to do that to enable unfree in nix? Or is this an unrelated argument against nix that's separate from the point about unfree software?