28 Dec 2024 |
K900 | Because many people are still on 2.18 or Lix | 17:10:23 |
🐰 xiaoxiangmoe | When can we use this? | 17:10:28 |
K900 | And those don't support the nix shell shebang | 17:10:31 |
K900 | In reply to @xiaoxiangmoe:matrix.org When can we use this? A better question is, why do you want to use this? | 17:10:43 |
K900 | (as opposed to nix-shell ) | 17:10:58 |
🐰 xiaoxiangmoe | Because this has new api for out of nixpkgs dependencies?
But I needn't use it this feature currently. | 17:13:11 |
K900 | Nixpkgs update scripts should absolutely not depend on things outside of nixpkgs | 17:13:37 |
K900 | In general | 17:13:52 |
30 Dec 2024 |
| raitobezarius changed their display name from raitobezarius (DECT: 3538 / EPVPN 2681) to raitobezarius. | 16:27:03 |
1 Jan 2025 |
| NixOS Moderation Botchanged room power levels. | 14:26:28 |
| jopejoe1 (4094@eh22) changed their display name from jopejoe1 [4094] to jopejoe1. | 23:30:08 |
2 Jan 2025 |
| Oluwapelumi Adeosun joined the room. | 10:15:18 |
| error_pro joined the room. | 10:42:28 |
3 Jan 2025 |
| Sn0wM1x♪ joined the room. | 10:24:26 |
Sn0wM1x♪ | Hello, I've noticed that because my package has updateScript set, nixpkgs-update won't update cargoHash and thus the build fails. Is there any way to fix it?
package: https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/ha/hatsu/package.nix
logs: https://nixpkgs-update-logs.nix-community.org/hatsu/2024-12-29.log | 10:28:23 |
zowoq | Simplest option is to remove the updateScript, the bot shouldn't need it. It'll ignore github beta releases and it can update cargohash itself. | 10:53:16 |
Sn0wM1x♪ | In reply to @zowoq:matrix.org Simplest option is to remove the updateScript, the bot shouldn't need it. It'll ignore github beta releases and it can update cargohash itself. ok. doesn't the bot need a rev-prefix? | 11:06:08 |
zowoq | No, doesn't need it. | 11:23:42 |
4 Jan 2025 |
| @kranzes:matrix.org left the room. | 15:30:24 |
6 Jan 2025 |
🐰 xiaoxiangmoe | Can nix-update-script update github release? | 14:55:41 |
K900 | Yes | 15:22:07 |
🐰 xiaoxiangmoe | I'm try to update hoppscotch | 15:24:38 |
🐰 xiaoxiangmoe | But it fails | 15:24:41 |
🐰 xiaoxiangmoe | https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/by-name/ho/hoppscotch/package.nix#L32 | 15:25:03 |
🐰 xiaoxiangmoe | * https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/by-name/ho/hoppscotch/package.nix#L13-L29 | 15:25:26 |
K900 | Oh, no, it can't update that | 15:26:12 |
K900 | Also that looks like a fairly normal pnpm/electron app? | 15:26:54 |
K900 | So it could be switched to a source build | 15:27:00 |
🐰 xiaoxiangmoe | Yes | 15:27:05 |
🐰 xiaoxiangmoe | I want to switched to a source build when I have free | 15:27:17 |