Make tools and firefox optional#121
Conversation
4aec158 to
4f72717
Compare
|
L'échec de la CI ne semble pas relatif à ma MR car le test passe localement: |
This is enable by default but this allows users to avoid adding all these packages in their environement. Since these packages are added to the systemPackages list, it was not possible to remove all these packages without purging the whole list, which can be filled by some others NixOS modules as well.
Default to true.
rlahfa-dinum
left a comment
There was a problem hiding this comment.
I would go further and remove all these tools, make firefox optional and move the tools into contrib/ directory as an example of tools you can install.
What about adding the option |
|
Both ideas are nice, however, in the current state, users have no way to not get all the current packages... Could we get this merged as a good "in between" that doesn't break compatibility, and work towards a more robust/elegant solution in a separate PR? |
Dans certains cas, les utilisateurs souhaitent ne pas devoir embarquer la liste complete de logiciels inclus par Securix, pour des raisons de sécurité et de stockage.
Étant donné que ces logiciels sont ajoutés à la liste
systemPackages, il n'est pas possible de les enlever, sans purger completement cette liste, qui est aussi utilisée par d'autres modules NixOS.Les valeurs de ces options étant définies à
truepar défaut, il n'y a aucun breaking change.