| 16 Mar 2026 |
bdd | * i'm trying to figure out why the bot visits _1password-gui (1 update in 2026) more often than _1password-gui-beta (10 updates).
i see _1password-gui in the queue but the beta isn't there.
checked the Skiplist.hs; the package or any rule that'd exclude this package isn't there. So, I'm a bit lost.
| 00:46:55 |
| 17 Mar 2026 |
| Ori joined the room. | 15:32:14 |
| 19 Mar 2026 |
| Miles Dyson set a profile picture. | 18:06:36 |
| 20 Mar 2026 |
| ungeskriptet joined the room. | 05:25:59 |
ungeskriptet | Hi, I want to add a new package scope to nixpkgs. Do I have to do anything special so that nixpkgs-update can work for the packages under the new scope? | 05:27:12 |
ungeskriptet | I just used lib.makeScope newScope | 05:27:31 |
| 21 Mar 2026 |
| moved to @koi:system72.dev left the room. | 11:55:57 |
| 22 Mar 2026 |
| kaynetik joined the room. | 13:21:57 |
| 23 Mar 2026 |
| Gus joined the room. | 01:42:42 |
Gus | Hi, I maintain seanime, and r-ryantm isn't able to automatically open prs (log: https://nixpkgs-update-logs.nix-community.org/seanime/2026-03-11.log) looks like it doesn't pick up that it needs to change npmDepsHash - anyone know how I could fix this? | 01:46:31 |
ungeskriptet | You need nix-update-script for that | 04:21:30 |
ungeskriptet | Also you should use npmHooks that way you can build the npm part inline without a subpackage | 04:22:04 |
ungeskriptet | https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/by-name/ss/sshwifty/package.nix#L68
You can do it like this package
| 04:22:16 |
Gus | thanks 🙂 | 06:33:43 |
| 27 Mar 2026 |
| smoothie_one joined the room. | 13:02:02 |
| Moved to @sashanoraa:matrix.org changed their display name from Sashanoraa.gay (she/her, ze/zir) to Moved to @sashanoraa:matrix.org. | 15:27:40 |
| 19 Sep 2023 |
| evils joined the room. | 16:15:20 |
ryantm | 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 |
evils | hi, second link in the channel topic is dead | 19:21:58 |
evils | is there a way to see what packages the bot tried to update but failed on? | 19:22:23 |
Artturin | In reply to @evils:nixos.dev is there a way to see what packages the bot tried to update but failed on? https://r.ryantm.com/log/ | 19:23:49 |
Artturin | https://ryantm.github.io/nixpkgs-update/nixpkgs-maintainer-faq/#nixpkgs-maintainer-faq | 19:23:56 |
Artturin | * from https://ryantm.github.io/nixpkgs-update/nixpkgs-maintainer-faq/#nixpkgs-maintainer-faq | 19:23:58 |
evils |  Download image.png | 19:24:43 |
evils | oof that's a subtle link underline | 19:24:50 |
evils | (i was looking at the page :) | 19:25:02 |
Artturin | yeah | 19:26:15 |
evils | ok, why do all KiCad update attempts end in "Do not update GNOME during a release cycle"? | 19:30:21 |
ryantm |
| 19:44:27 |
ryantm | * [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 |