mirror of
https://github.com/Mic92/nix-update.git
synced 2024-11-03 21:04:49 +03:00
Merge pull request #225 from katexochen/legacy
document how to update a flakes legacyPackages
This commit is contained in:
commit
5184fb6edd
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user