!UNVBThoJtlIiVwiDjU:nixos.org

Staging

338 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/111 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
28 Oct 2025
@artturin:matrix.orgArtturinOk I can take care of those18:03:18
@emilazy:matrix.orgemilyno rush18:04:09
@emilazy:matrix.orgemilybut I do have a PR to attach warnings to them18:04:24
@emilazy:matrix.orgemily for system it's kind of annoying, I had to do a __toString thing to stop it from spamming nix search :) 18:04:45
@artturin:matrix.orgArtturin :p tests shows only one *Platform attribute missing
platformEquality = «error: attribute 'buildPlatform' missing»;
18:04:51
@emilazy:matrix.orgemily I can put a PR up for that and handling runCommandNoCC 18:04:58
@hexa:lossy.networkhexa We should just point python to python 3 18:05:23
@hexa:lossy.networkhexaIt will be a great surprise18:05:29
@artturin:matrix.orgArtturin
diff --git a/pkgs/test/top-level/default.nix b/pkgs/test/top-level/default.nix
index a5b44afb8522..e713b617f8dd 100644
--- a/pkgs/test/top-level/default.nix
+++ b/pkgs/test/top-level/default.nix
@@ -61,7 +61,7 @@ lib.recurseIntoAttrs {
       pkgsLocal = map nixpkgsFun configsLocal;
       pkgsCross = map nixpkgsFun configsCross;
     in
-    assert lib.all (p: p.buildPlatform == p.hostPlatform) pkgsLocal;
-    assert lib.all (p: p.buildPlatform != p.hostPlatform) pkgsCross;
+    assert lib.all (p: p.stdenv.buildPlatform == p.stdenv.hostPlatform) pkgsLocal;
+    assert lib.all (p: p.stdenv.buildPlatform != p.stdenv.hostPlatform) pkgsCross;
     pkgs.emptyFile;
 }
18:05:29
@artturin:matrix.orgArtturinRemoving it completely might be better18:06:15
@artturin:matrix.orgArtturinBut not as good of a surprise18:06:28

Show newer messages


Back to Room ListRoom Version: 6