Merge pull request #225 from katexochen/legacy

document how to update a flakes legacyPackages
This commit is contained in:
Jörg Thalheim 2024-03-06 08:11:20 +01:00 committed by GitHub
commit 5184fb6edd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,7 +73,8 @@ $ nix-update attribute --flake [--version version]
`nix-update` will than try to update either the
`packages.{currentSystem}.{attribute}` or `{attribute}` output attribute of the
given flake.
given flake. To update a package in `legacyPackages`, pass the full path to that
package including the platform: `legacyPackages.{platform}.{attribute}`.
This example will fetch the latest github release: