nixpkgs-update | 228 Members | |
| Keeping nixpkgs up to date. r-ryantm bot. https://github.com/ryantm/nixpkgs-update and https://github.com/nix-community/infra/blob/master/build02/nixpkgs-update.nix | 66 Servers |
| Sender | Message | Time |
|---|---|---|
| 7 Jun 2026 | ||
| Is I was adding it to
The bot did the update, but the package doesn't explicit the script:
By reading the docs it seems that there is a "chain" it follows:
I remember when I added the change I ran So maybe it is useful to add it (?) | 10:15:44 | |
| IIRC it was necessary to get around a local maintainer update script logic so that you can use an in repo script to update a plugin by name or a set of plugins for a maintainer | 18:42:28 | |
ie num = "nix-shell maintainers/scripts/update.nix --argstr maintainer $1"; | 18:43:37 | |
maybe related to get-script ? pkg: pkg.updateScript or null, | 18:44:54 | |
| 9 Jun 2026 | ||
| 19:10:53 | ||
| 10 Jun 2026 | ||
| Let's see if I understand what you are saying: So regarding my question I can therefore assume that the bot doesn't really care about the presence of the Also if I specify Am I wrong? | 13:13:00 | |
| Yep just tried it. Adding
| 13:19:30 | |
| 19 Sep 2023 | ||
| 16:15:20 | ||
| raitobezarius: No, not really. It's been an idea for a long time to have grouped package updates like that, but it hasn't been implemented. | 16:52:21 | |
| hi, second link in the channel topic is dead | 19:21:58 | |
| is there a way to see what packages the bot tried to update but failed on? | 19:22:23 | |
In reply to @evils:nixos.devhttps://r.ryantm.com/log/ | 19:23:49 | |
| https://ryantm.github.io/nixpkgs-update/nixpkgs-maintainer-faq/#nixpkgs-maintainer-faq | 19:23:56 | |
| * from https://ryantm.github.io/nixpkgs-update/nixpkgs-maintainer-faq/#nixpkgs-maintainer-faq | 19:23:58 | |
Download image.png | 19:24:43 | |
| oof that's a subtle link underline | 19:24:50 | |
| (i was looking at the page :) | 19:25:02 | |
| yeah | 19:26:15 | |
| ok, why do all KiCad update attempts end in "Do not update GNOME during a release cycle"? | 19:30:21 | |
| 19:44:27 | |
| * [ryantm@replit1:~/p/nixpkgs]$ EDITOR=echo nix edit -f . kicad /home/ryantm/p/nixpkgs/pkgs/applications/science/electronics/kicad/default.nix [ryantm@replit1:~/p/nixpkgs]$ cat /home/ryantm/p/nixpkgs/pkgs/applications/science/electronics/kicad/default.nix | grep gnome , gnome "--prefix XDG_DATA_DIRS : ${gnome.adwaita-icon-theme}/share" | 19:44:32 | |
| the check here is wrong https://github.com/ryantm/nixpkgs-update/blob/8fedf8f6f29280578e335bf4483c9f88d4bcdbaa/src/Skiplist.hs#L151 | 19:45:39 | |
| just a naive grep | 19:45:49 | |
maybe a better way would be to check for teams.gnome.members | 19:47:29 | |
| still has false positives but way less | 19:47:37 | |
| https://github.com/ryantm/nixpkgs-update/commit/2fda8bcb73776c3e11c0155fa15e138a71e1f189 | 19:49:37 | |
In reply to @artturin:matrix.orghuh, i see kicad a bit further down there, what does binariesStickAround imply? | 19:54:51 | |
In reply to @evils:nixos.devhttps://github.com/ryantm/nixpkgs-update/commit/7ff121794ec221b4378b1dfb2032fe4e65fc216d | 19:59:25 | |
| the commands don't properly exit | 19:59:51 | |
| * the binaries don't properly exit | 20:00:01 | |