!UNVBThoJtlIiVwiDjU:nixos.org

Staging

315 Members
Staging merges | Running staging cycles: https://github.com/NixOS/nixpkgs/pulls?q=is%3Apr+is%3Aopen+head%3Astaging-next+head%3Astaging-next-25.05 | Review Reports: https://malob.github.io/nix-review-tools-reports/108 Servers

Load older messages


SenderMessageTime
20 Oct 2025
@vcunat:matrix.orgVladimír ČunátWhy are you interested in that?12:44:25
@vcunat:matrix.orgVladimír Čunát(maybe we can answer that)12:44:33
@eveeifyeve:matrix.orgeveeifyeveI am trying to track when https://github.com/NixOS/nixpkgs/pull/453489 gets built by hydra.12:44:34
@dramforever:matrix.orgdramforeverwhen we're done merging this staging-next to master12:44:55
@vcunat:matrix.orgVladimír Čunát Well... there's also staging-next-25.05 possible. 12:45:12
@vcunat:matrix.orgVladimír Čunát I mean, we will have to do it at some point at least once. 12:45:23
@vcunat:matrix.orgVladimír ČunátAnd I don't think there will every be a "perfect moment".12:46:23
@vcunat:matrix.orgVladimír Čunát* And I don't think there will ever be a "perfect moment".12:46:27
@vcunat:matrix.orgVladimír Čunát(I'm even tempted to start it today.)12:46:49
@eveeifyeve:matrix.orgeveeifyeve

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
@vcunat:matrix.orgVladimír ČunátI don't have that issue.12:48:23
@vcunat:matrix.orgVladimír Čunát(I mean, resolving the name is a pretty easy step not really related to staging* cycles.)12:48:39
@eveeifyeve:matrix.orgeveeifyeve

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:matrix.orgdramforeveryeah running on staging is usually a bad idea12:49:23
@dramforever:matrix.orgdramforeverunless you feel like building all of those stuff12:49:34
@eveeifyeve:matrix.orgeveeifyeveFor now I am doing this as I need it as a dependency for working on polar.sh.12:50:00
@vcunat:matrix.orgVladimír ČunátUsually 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
@fabianhjr:matrix.orgFabián Herediaimage.png
Download image.png
05:49:32
@fabianhjr:matrix.orgFabián HerediaQueue is currently empty05:49:35
@fabianhjr:matrix.orgFabiá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
@vcunat:matrix.orgVladimír Čunát I'd prefer to start staging-next-25.05. 06:16:12
@vcunat:matrix.orgVladimír Čunát * I'd prefer starting staging-next-25.05 to gcc jobset right now. 06:16:26
@fabianhjr:matrix.orgFabián HerediaSure, no worries was only if no other workload atm.06:29:34
@vcunat:matrix.orgVladimír Čunát I think we can merge staging-next now. 07:03:49
@vcunat:matrix.orgVladimír ČunátUh, no. A new blocker appeared: https://hydra.nixos.org/build/31034910607:10:58
@k900:0upti.meK900 Did openssh get fixed? 07:13:03
@k900:0upti.meK900 Also uhh 07:13:03
@k900:0upti.meK900 I may have a Qt hotfix that I'd like to get in 07:13:04
@vcunat:matrix.orgVladimír ČunátAh, that's just https://github.com/NixOS/nixpkgs/issues/44875607:14:03
@vcunat:matrix.orgVladimír ČunátYes.07:14:10

Show newer messages


Back to Room ListRoom Version: 6