Swiss-knife for updating nix packages.
Go to file
2020-03-13 10:06:19 +00:00
nix-update.py add support for buildGoModule 2020-03-13 10:06:19 +00:00
README.md README: mark build todo as done 2020-03-12 15:39:08 +00:00

nix-update

Update nix packages likes it is 2020. This tool is still in early development.

Dependencies

USAGE

First change to your directory containing the nix expression (Could be a nixpkgs or your own repository). Than run nix-update as follows

$ python nix-update.py attribute [version]

This example will fetch the latest github release:

$ python nix-update.py nixpkgs-review

It is also possible to specify the version manually

$ python nix-update.py nixpkgs-review 2.1.1

TODO

  • make it a proper python/nix package
  • optionally commit update