!lZLfSUtSOVjwYTmPbU:nixos.org

nixpkgs-update

225 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.nix66 Servers

Load older messages


SenderMessageTime
26 Apr 2026
@nullstring1:matrix.orgNullString1Redacted or Malformed Event10:57:16
@k900:0upti.meK900This is not the right room for this10:57:29
@k900:0upti.meK900 You want #Nixpkgs Review Requests probably 10:57:33
@nullstring1:matrix.orgNullString1just realised sorry10:57:42
27 Apr 2026
@ninja:worldethicaldataforum.orgNinja joined the room.14:55:58
30 Apr 2026
@zgypa:beeper.comToe Knee Magni left the room.15:26:20
3 May 2026
@lirus:matrix.orglirus0 joined the room.20:32:54
6 May 2026
@yoganshsharma:matrix.orgYogansh set a profile picture.03:33:06
@tiferrei:tiferrei.comtiferrei samasaur: thanks for your tips earlier! Would someone experienced with nixpkgs-update be able to review the script?
https://github.com/NixOS/nixpkgs/pull/509753
Thank you very much!
12:43:30
8 May 2026
@jopejoe1:matrix.orgjopejoe1 (4094@epvpn) changed their display name from jopejoe1 (4094@epvpn) to jopejoe1.08:44:50
9 May 2026
@mira:mira.questmira [she/it] joined the room.11:38:41
11 May 2026
@arianvp:matrix.orgArian joined the room.10:58:15
12 May 2026
@harinn:matrix.org@harinn:matrix.org joined the room.18:12:59
@harinn:matrix.org@harinn:matrix.org left the room.18:21:27
13 May 2026
@staple.smile.rider:matrix.orgstaple.smile.rider joined the room.10:19:31
@coolcuber:matrix.orgcoolcuber joined the room.19:42:49
14 May 2026
@pederbs:pvv.ntnu.nopbsds left the room.01:39:19
@cgtfrederic:matrix.orgbitum joined the room.19:41:11
19 May 2026
@makuru:catgirl.cloudMakuru joined the room.00:01:02
22 May 2026
@jonhermansen:matrix.orgjonhermansen changed their display name from jonhermansen to Jon Hermansen.19:18:45
23 May 2026
@mtmn:matrix.orgmtmn joined the room.15:23:16
24 May 2026
@nephesh:matrix.orgnephesh joined the room.00:19:05
@nephesh:matrix.orgnephesh set a profile picture.04:33:34
26 May 2026
@phanirithvij:matrix.orgloudgolem changed their display name from loudgolem to phanirithvij.11:41:28
2 Jun 2026
@bdd:mozilla.org@bdd:mozilla.org left the room.16:10:49
7 Jun 2026
@likiusinik:matrix.orgLikius Inik joined the room.05:20:06
@lnk3:matrix.orglnk3 joined the room.10:11:53
@lnk3:matrix.orglnk3 changed their display name from Luca Ruperto to lnk3.10:12:20
@lnk3:matrix.orglnk3

Is passthru.updateScript = nix-update-script {}; redundant?

I was adding it to obs-cmd some time ago to bump it to 1.0.0, but now I noticed the package updated without it:

$ git log -1 -- pkgs/by-name/ob/obs-cmd/package.nix
commit 780c676b733629966efeb4bbaf5a5d88d5b3d23d
Author: R. RyanTM <ryantm-bot@ryantm.com>
Date:   Mon Apr 13 19:26:51 2026 +0000

    obs-cmd: 0.31.3 -> 1.0.0

The bot did the update, but the package doesn't explicit the script:

$ git diff --staged
diff --git a/pkgs/by-name/ob/obs-cmd/package.nix b/pkgs/by-name/ob/obs-cmd/package.nix
index 9e11f3d97c1d..c9b916e2ac93 100644
--- a/pkgs/by-name/ob/obs-cmd/package.nix
+++ b/pkgs/by-name/ob/obs-cmd/package.nix
@@ -2,6 +2,7 @@
+  nix-update-script,
 }:

+  passthru.updateScript = nix-update-script {};
+

By reading the docs it seems that there is a "chain" it follows:

It uses package repository information from Repology.org (though that requires other projects to detect the update), the GitHub releases API, and, if available, the package passthru.updateScript

I remember when I added the change I ran nix-update -A obs-cmd and it updated successfully, even if the bot logs didn't yet pick up the new version.

So maybe it is useful to add it (?)

10:15:44
@khaneliman:matrix.orgAustin HorstmanIIRC 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 maintainer18:42:28

Show newer messages


Back to Room ListRoom Version: 9