Updating nixpkgs packages since 2018
Go to file
2018-03-04 07:17:51 -08:00
old move old notes 2018-02-26 06:42:29 -08:00
.gitignore ignore github_token.txt 2018-03-04 07:17:51 -08:00
check-result.sh add kill to timeout 2018-02-26 06:18:42 -08:00
LICENSE change license to public domain, move old stuff into old directory 2018-02-26 06:31:48 -08:00
README.md readme formatting 2018-02-26 06:42:51 -08:00
up.sh change branch name, add DRY_RUN 2018-03-04 06:58:53 -08:00
ups.sh change branch name, add DRY_RUN 2018-03-04 06:58:53 -08:00

nix-update

Currently interesting files ups.sh, up.sh, check-result.sh.

  1. get a list of oudated packages
    git clone https://github.com/ryantm/repology-api.git
    cabal2nix --shell --hpack . > shell.nix && nix-build shell.nix && result/bin/repology-api > packages-to-update.txt
  1. Prepare a nixpkgs git repository where you want to do the updates. It expects origin to be where you want to push your updates. It clobbers any changes in that directory with git reset --hard. USE THIS ON A NEWLY CLONED REPO ONLY FOR THIS PURPOSE.
  2. copy list of ones you want to update into ups.sh ARGUMENTS variable
  3. delete update arguments that seem wrong. (Weird version strings, versions that don't seem like an update, the update version doesn't look like it would work with nixpkgs)
  4. Be in the directory of your update git repository. run ups.sh if it succeeds, it will make commits and push updates to the origin remote!