Skip to content

Commit

Permalink
document how to update a flakes legacyPackages
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Feb 19, 2024
1 parent 37e9b32 commit b51dd85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit b51dd85

Please sign in to comment.