Skip to content

Commit

Permalink
Merge pull request #225 from katexochen/legacy
Browse files Browse the repository at this point in the history
document how to update a flakes legacyPackages
  • Loading branch information
Mic92 authored Mar 6, 2024
2 parents 2db1d82 + b51dd85 commit 5184fb6
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 5184fb6

Please sign in to comment.