GNOME: Difference between revisions

Nvmd (talk | contribs)
Additional considerations regarding usage of Flake to track mutter inputs
Nvmd (talk | contribs)
No edit summary
Line 318: Line 318:
If you're using flakes, you can add the repositories as inputs.
If you're using flakes, you can add the repositories as inputs.


It will save you the burden of updating the dependencies manually, but at a cost of laziness: they will be fetched regardless of whether they're actually needed to build the current artifact/configuration. This may not be always desirable.
It will save you the burden of updating the dependencies manually, but at a cost of laziness: they will always be fetched regardless of whether they're actually needed to build the current artifact/configuration. This may not be always desirable.


{{file|flake.nix (inputs section)|nix|<nowiki>
{{file|flake.nix (inputs section)|nix|<nowiki>