22 Feb 2025 |
| voxel 🏳️⚧️ joined the room. | 23:28:50 |
25 Feb 2025 |
sorrel | 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 | https://nixpkgs-update-logs.nix-community.org/mods/2025-02-19.log Received ExitFailure 1 when running any ideals? | 06:44:46 |
Sandro 🐧 | 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 |
sorrel | 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 | if repology shows us to have the latest version then r-ryantm will not update, correct? https://repology.org/project/servo/versions | 00:08:18 |
hexa | the package uses a custom update script which is basically an unstable git updater | 00:08:38 |
1 Mar 2025 |
| Nindouja joined the room. | 13:43:11 |
2 Mar 2025 |
Nindouja | Hello ! 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 |
Guilhem | Nindouja: you can look at https://nixos.org/manual/nixpkgs/unstable/#var-passthru-updateScript | 20:26:51 |
Nindouja | 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 | It looks too easy, but it make a lot of sense. | 20:33:38 |
Guilhem | yes, but maybe if the default is good enough, there is no need to set it. what package is it ? | 20:37:13 |
Nindouja | managarr | 20:37:22 |
Guilhem | https://github.com/NixOS/nixpkgs/pull/386096 :) | 20:38:12 |
Nindouja | Omg nice ! | 20:38:54 |
Nindouja | I 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 updated | 20:39:47 |
Nindouja | Thanks a lot for your help ! | 20:39:57 |
5 Mar 2025 |
asymmetric | hey, 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 run | 12:27:30 |
6 Mar 2025 |
🐰 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 6, but never trigged by update-bot. Is there anyway to trigger it manually? | 12:50:19 |
🐰 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 | https://github.com/NixOS/nixpkgs/pull/376125 | 12:50:52 |
linj | maybe the bot ignores unfree pkgs? | 12:54:49 |
🐰 xiaoxiangmoe | No | 12:55:38 |
🐰 xiaoxiangmoe | https://r.ryantm.com/log/the-unarchiver/ | 12:55:39 |
🐰 xiaoxiangmoe | this is another unfree software, but not ignored by bot | 12:56:09 |
🐰 xiaoxiangmoe | Every 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 joined the room. | 23:06:44 |
9 Mar 2025 |
| Anton joined the room. | 15:33:07 |
sorrel | the 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 |