!UNVBThoJtlIiVwiDjU:nixos.org

Staging

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

Load older messages


SenderMessageTime
10 Jun 2026
@hexa:lossy.networkhexayes14:26:41
@hexa:lossy.networkhexain ~185k builds14:26:54
@hexa:lossy.networkhexaso 7-10 days14:27:03
@hexa:lossy.networkhexaRedacted or Malformed Event14:27:10
@glepage:matrix.orgGaétan LepageCool, thanks!14:58:16
@hexa:lossy.networkhexa python3Minimal on staging fails with find: ‘nuke-refs’: No such file or directory. 22:46:14
@hexa:lossy.networkhexawhat are the chances? https://github.com/nixos/nixpkgs/commit/4df33765698ad9b6ff28e2eb958f3971e23d106522:46:51
@hexa:lossy.networkhexa

This pr was made before AI policy was merged, I'll add commit trails tomorrow

22:47:10
@hexa:lossy.networkhexaawesome.22:47:13
@pyrox:pyrox.devdish [Fox/It/She]
In reply to @hexa:lossy.network

This pr was made before AI policy was merged, I'll add commit trails tomorrow

and then it was merged before said trailers were added >.>
22:58:36
@hexa:lossy.networkhexaon the commit before 4df337 python3Minimal builds23:10:58
@hexa:lossy.networkhexaI'm trying to find out if it broke on the commit23:11:06
11 Jun 2026
@hexa:lossy.networkhexahm no, builds on that commit00:06:59
@hexa:lossy.networkhexabisect it is00:10:57
@hexa:lossy.networkhexa
94c6cc8ea1eeccbd47b1de266b781c7bdd2df433 is the first bad commit
commit 94c6cc8ea1eeccbd47b1de266b781c7bdd2df433 (HEAD)
Author: Ethan Carter Edwards <ethan@ethancedwards.com>
Date:   Mon Jun 8 11:37:32 2026 -0700

    replaceVarsWith: properly set pname, version
    
    Link: https://github.com/NixOS/nixpkgs/issues/485742
    
    Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>

 pkgs/build-support/replace-vars/replace-vars-with.nix | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
07:59:33
@hexa:lossy.networkhexa👀07:59:51
@hexa:lossy.networkhexa
diff --git a/pkgs/build-support/replace-vars/replace-vars-with.nix b/pkgs/build-support/replace-vars/replace-vars-with.nix
index abbb9a1cc1a0..60e48f841a19 100644
--- a/pkgs/build-support/replace-vars/replace-vars-with.nix
+++ b/pkgs/build-support/replace-vars/replace-vars-with.nix
@@ -122,7 +122,8 @@ in
 
 stdenvNoCC.mkDerivation (
   {
-    name = baseNameOf src;
+    pname = optionalAttrs.pname or optionalAttrs.name or (baseNameOf src);
+    version = "26.11pre-git";
   }
   // optionalAttrs
   // forcedAttrs
08:04:39
@hexa:lossy.networkhexathat's quite the minimal change08:04:50
@hexa:lossy.networkhexareverting in https://github.com/NixOS/nixpkgs/pull/53070010:59:57
@hexa:lossy.networkhexaquickly verifiying that I'm not full of shit11:02:12
@vcunat:matrix.orgVladimír Čunát Verifying that stdenv builds again? 11:23:15
@hexa:lossy.networkhexapython3Minimal11:23:32
@hexa:lossy.networkhexaso going beyond stdenv11:23:42
@hexa:lossy.networkhexaI think11:23:45
@vcunat:matrix.orgVladimír Čunáthttps://hydra.nixos.org/job/nixpkgs/staging/stdenv.x86_64-linux11:24:06
@vcunat:matrix.orgVladimír ČunátI don't think so.11:24:13
@vcunat:matrix.orgVladimír ČunátWell, here it's visible: https://hydra.nixos.org/build/33150808211:24:47
@vcunat:matrix.orgVladimír Čunát Anyway, I started a build, but gcc will take a while even with 24 cores. 11:25:31
@vcunat:matrix.orgVladimír Čunát * Anyway, I started a build, but gcc will take a while even with 24 cores dedicated to this. 11:25:39
@hexa:lossy.networkhexaoh, python3Minimal is part of stdenv?11:27:00

Show newer messages


Back to Room ListRoom Version: 6