| 20 Oct 2025 |
Vladimír Čunát | Why are you interested in that? | 12:44:25 |
Vladimír Čunát | (maybe we can answer that) | 12:44:33 |
eveeifyeve | I am trying to track when https://github.com/NixOS/nixpkgs/pull/453489 gets built by hydra. | 12:44:34 |
dramforever | when we're done merging this staging-next to master | 12:44:55 |
Vladimír Čunát | Well... there's also staging-next-25.05 possible. | 12:45:12 |
Vladimír Čunát | I mean, we will have to do it at some point at least once. | 12:45:23 |
Vladimír Čunát | And I don't think there will every be a "perfect moment". | 12:46:23 |
Vladimír Čunát | * And I don't think there will ever be a "perfect moment". | 12:46:27 |
Vladimír Čunát | (I'm even tempted to start it today.) | 12:46:49 |
eveeifyeve | Well I was trying to build staging deps in a devshell and found this to be an issue with libedit:
error: builder for '/nix/store/hp66qyxi3s4y682xxhphz81hjmc0nm38-libedit-20251016-3.1.tar.gz.drv' failed with exit code 1;
last 12 log lines:
>
> trying https://thrysoee.dk/editline/libedit-20251016-3.1.tar.gz
> % Total % Received % Xferd Average Speed Time Time Time Current
> Dload Upload Total Spent Left Speed
> 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0curl: (6) Could not resolve host: thrysoee.dk
> Warning: Problem : timeout. Will retry in 1 second. 3 retries left.
> curl: (6) Could not resolve host: thrysoee.dk
> Warning: Problem : timeout. Will retry in 1 second. 2 retries left.
> curl: (6) Could not resolve host: thrysoee.dk
> Warning: Problem : timeout. Will retry in 1 second. 1 retry left.
> curl: (6) Could not resolve host: thrysoee.dk
> error: cannot download libedit-20251016-3.1.tar.gz from any mirror
For full logs, run:
nix log /nix/store/hp66qyxi3s4y682xxhphz81hjmc0nm38-libedit-20251016-3.1.tar.gz.drv
| 12:47:19 |
Vladimír Čunát | I don't have that issue. | 12:48:23 |
Vladimír Čunát | (I mean, resolving the name is a pretty easy step not really related to staging* cycles.) | 12:48:39 |
eveeifyeve | Let me provide the devshell so I can see if you can reproduce it.
{
description = "Super simple starting point for Polar development flake";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/staging"; # Change to staging, TODO: https://nixpk.gs/pr-tracker.html?pr=453690
flake-parts.url = "github:hercules-ci/flake-parts";
systems.url = "github:nix-systems/default";
};
outputs =
inputs:
inputs.flake-parts.lib.mkFlake { inherit inputs; } {
systems = import inputs.systems;
perSystem =
{
pkgs,
system,
...
}:
{
_module.args.pkgs = import inputs.nixpkgs {
inherit system;
config = {
allowUnfree = true;
};
};
devShells.default = pkgs.mkShell {
nativeBuildInputs = with pkgs; [
nodejs_22
pnpm
(python3.withPackages (p: [
p.psycopg2-binary
p.psycopg2
]))
uv
stripe-cli
ngrok
];
};
};
};
}
| 12:49:08 |
dramforever | yeah running on staging is usually a bad idea | 12:49:23 |
dramforever | unless you feel like building all of those stuff | 12:49:34 |
eveeifyeve | For now I am doing this as I need it as a dependency for working on polar.sh. | 12:50:00 |
Vladimír Čunát | Usually you can just pick your relevant changes atop some point that does have binaries. (master, staging-next, depending on situation) | 12:50:28 |
| 21 Oct 2025 |
Fabián Heredia |  Download image.png | 05:49:32 |
Fabián Heredia | Queue is currently empty | 05:49:35 |
Fabián Heredia | If there is no other workload, could I get an eval on gcc 14 to 15 update vcunat ?
https://github.com/NixOS/nixpkgs/pull/440456
Just rebased on top of staging-next to know if there are some major breakages I should address before marking as ready (would still wait for branch-off / breaking changes being unrestricted on staging)
| 05:52:10 |
Vladimír Čunát | I'd prefer to start staging-next-25.05. | 06:16:12 |
Vladimír Čunát | * I'd prefer starting staging-next-25.05 to gcc jobset right now. | 06:16:26 |
Fabián Heredia | Sure, no worries was only if no other workload atm. | 06:29:34 |
Vladimír Čunát | I think we can merge staging-next now. | 07:03:49 |
Vladimír Čunát | Uh, no. A new blocker appeared:
https://hydra.nixos.org/build/310349106 | 07:10:58 |
K900 | Did openssh get fixed? | 07:13:03 |
K900 | Also uhh | 07:13:03 |
K900 | I may have a Qt hotfix that I'd like to get in | 07:13:04 |
Vladimír Čunát | Ah, that's just https://github.com/NixOS/nixpkgs/issues/448756 | 07:14:03 |
Vladimír Čunát | Yes. | 07:14:10 |