about summary refs log tree commit diff
path: root/pkgs/sternenseemann/vuizvui-update-programs-sqlite
Commit message (Collapse)AuthorAgeFilesLines
* pkgs/sternenseemann/vuizvui-update-programs-sqlite: automaticallly commitsternenseemann2021-02-221-1/+13
| | | | | | Another convenience feature you'd want virtually always want is to automatically commit the changed release.nix which is added in this commit.
* pkgs/sternenseemann: add update script for programs.sqlitesternenseemann2021-02-191-0/+113
This script downloads the latest nixos-unstable nixexprs.tar.xz, extracts programs.sqlite, figures out its hash and updates version and hash in the given release.nix. Accessible as pkgs.sternenseemann.vuizvui-update-programs-sqlite for a lack of a better place to put it. Maybe we should add something? build-support doesn't feel right. Future work: run this automatically once in a while via GitHub actions.