!lZLfSUtSOVjwYTmPbU:nixos.org

nixpkgs-update

145 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.nix42 Servers

Load older messages


SenderMessageTime
22 Feb 2025
@voxel:nyanbinary.rsvoxel 🏳️‍⚧️ joined the room.23:28:50
25 Feb 2025
@sersorrel:matrix.orgsorrel o/ I just got notified that nixpkgs-update is failing to build fflogs: https://nixpkgs-update-logs.nix-community.org/fflogs/2025-02-25.log
the log complains about an unfree licence, but this has not been an issue in the past, and nothing has changed in the fflogs derivation since the last nixpkgs-update PR. does anyone know what's changed?
14:47:31
26 Feb 2025
@bumperboat:matrix.orgbumperboat https://nixpkgs-update-logs.nix-community.org/mods/2025-02-19.log Received ExitFailure 1 when running any ideals? 06:44:46
@sandro:supersandro.deSandro 🐧
In reply to @sersorrel:matrix.org
o/ I just got notified that nixpkgs-update is failing to build fflogs: https://nixpkgs-update-logs.nix-community.org/fflogs/2025-02-25.log
the log complains about an unfree licence, but this has not been an issue in the past, and nothing has changed in the fflogs derivation since the last nixpkgs-update PR. does anyone know what's changed?
It is marked unfree https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/ff/fflogs/package.nix#L32
10:38:41
@sersorrel:matrix.orgsorrel
In reply to @sandro:supersandro.de
It is marked unfree https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/ff/fflogs/package.nix#L32
it is, and has been since I submitted it. what I was asking is: why has this suddenly stopped nixpkgs-update from processing it?
11:44:36
28 Feb 2025
@hexa:lossy.networkhexaif repology shows us to have the latest version then r-ryantm will not update, correct? https://repology.org/project/servo/versions00:08:18
@hexa:lossy.networkhexathe package uses a custom update script which is basically an unstable git updater00:08:38
1 Mar 2025
@nindouja:matrix.orgNindouja joined the room.13:43:11
2 Mar 2025
@nindouja:matrix.orgNindoujaHello ! I'm kinda new to nix and started contributing to a package already released in nixpkgs. the thing is it was once added to nixpkgs but the version never got updgraded. I'm looking to automate this process as part of the package release process and I'd like some insight as to what's is the regular way of doing such a thing ? I found no github actions "wrapping" nixpkgs-update". But I'm not familiar with github actions either (I'm a Gitlab every day user) and maybe i'm going the wrong way there. Any pointer into the correct direction will be welcomed !18:57:35
@gsaurel:laas.frGuilhem Nindouja: you can look at https://nixos.org/manual/nixpkgs/unstable/#var-passthru-updateScript 20:26:51
@nindouja:matrix.orgNindouja Ho I see; so if I understand correctly, as the package is hosted on Github, uses Github releases and is declared with a simple call to rustPlatform.buildRustPackage (nothing fancy).
Then I should be able to simply add passthru.updateScript = nix-update-script { }; to the package declaration and the package should be auto-updated. And that's all ?
20:33:15
@nindouja:matrix.orgNindoujaIt looks too easy, but it make a lot of sense.20:33:38
@gsaurel:laas.frGuilhemyes, but maybe if the default is good enough, there is no need to set it. what package is it ?20:37:13
@nindouja:matrix.orgNindoujamanagarr20:37:22
@gsaurel:laas.frGuilhemhttps://github.com/NixOS/nixpkgs/pull/386096 :)20:38:12
@nindouja:matrix.orgNindoujaOmg nice ! 20:38:54
@nindouja:matrix.orgNindoujaI got confused because i thought the previous version was missing. Where it fact there was no intermediate version I was looking for. But it made me think it was not auto updated20:39:47
@nindouja:matrix.orgNindoujaThanks a lot for your help !20:39:57
5 Mar 2025
@asymmetric:matrix.dapp.org.ukasymmetrichey, any ideas why new go-ethereum releases are not being picked up? i don't see any logs, so it's not a failure to update. is it just that the builders have a long backlog? cf. https://nixpkgs-update-logs.nix-community.org/go-ethereum/ -- there have been two releases since the last run12:27:30
6 Mar 2025
@xiaoxiangmoe:matrix.org🐰 xiaoxiangmoehttps://nixpkgs-update-logs.nix-community.org/~supervisor/queue.html https://nixpkgs-update-logs.nix-community.org/notion-app/ notion-app is created on Jan 6, but never trigged by update-bot. Is there anyway to trigger it manually?12:50:19
@xiaoxiangmoe:matrix.org🐰 xiaoxiangmoe* https://nixpkgs-update-logs.nix-community.org/~supervisor/queue.html https://nixpkgs-update-logs.nix-community.org/notion-app/ notion-app is created on Jan 30, but never trigged by update-bot. Is there anyway to trigger it manually?12:50:44
@xiaoxiangmoe:matrix.org🐰 xiaoxiangmoehttps://github.com/NixOS/nixpkgs/pull/37612512:50:52
@me:linj.techlinjmaybe the bot ignores unfree pkgs?12:54:49
@xiaoxiangmoe:matrix.org🐰 xiaoxiangmoeNo12:55:38
@xiaoxiangmoe:matrix.org🐰 xiaoxiangmoehttps://r.ryantm.com/log/the-unarchiver/12:55:39
@xiaoxiangmoe:matrix.org🐰 xiaoxiangmoethis is another unfree software, but not ignored by bot12:56:09
@xiaoxiangmoe:matrix.org🐰 xiaoxiangmoeEvery commit created by maintainer can't merged by merge-bot, so I think I need some mechanics to trigger update-bot manually.12:58:40
8 Mar 2025
@sigmanificient:matrix.orgSigmanificient joined the room.23:06:44
9 Mar 2025
@anton:gersthof.comAnton joined the room.15:33:07
@sersorrel:matrix.orgsorrelthe answer to this, I think: the fflogs derivation no longer works for the latest fflogs version, and nixpkgs-update is unhelpfully printing a message about unfreeness rather than The Actual Error Message. fixing the derivation then running nixpkgs-update locally works juuuust fine.17:14:19

Show newer messages


Back to Room ListRoom Version: 9