!OqhvaDMJdKYUicLDiE:nixos.org

Nixpkgs Stdenv

226 Members
69 Servers

Load older messages


SenderMessageTime
18 Feb 2026
@r_i_s:matrix.orgris_that's interesting - https://hydra.nixos.org/build/319824740 - since 2026-01-22 we've always been able to find pacret instructions in our aarch64 binaries22:22:07
@r_i_s:matrix.orgris_whether we've got the flag enabled or not22:22:30
@r_i_s:matrix.orgris_and the weird thing is it's for both clang and gcc22:22:47
@r_i_s:matrix.orgris_does this correspond to the gcc 15 switch?22:26:58
19 Feb 2026
@r_i_s:matrix.orgris_ on closer inspection it looks like paciaspis being added to just _init and _fini when "disabled" 19:16:46
@emilazy:matrix.orgemilythose are hand-written assembly, right?19:21:54
@r_i_s:matrix.orgris_beyond my understanding19:33:47
@r_i_s:matrix.orgris_my solution https://github.com/NixOS/nixpkgs/pull/49222119:34:32
21 Feb 2026
@h7x4:nani.wtfh7x4 changed their profile picture.19:27:00
@h7x4:nani.wtfh7x4 changed their profile picture.19:30:26
@h7x4:nani.wtfh7x4 changed their profile picture.19:33:54
22 Feb 2026
@pearl97:matrix.orgPearl joined the room.02:54:30
@kity:kity.wtfproblems changed their profile picture.21:14:52
@kity:kity.wtfproblems changed their profile picture.21:16:14
@ckie:ckie.devckie (they/them; limited keyboard usage, voice preferred) changed their profile picture.22:54:41
23 Feb 2026
@haylin:envs.nethaylin (moved to @haylin:catgirl.cloud) changed their display name from haylin to haylin (moved to @haylin:catgirl.cloud).04:02:04
@dsdotname:matrix.orgTomáš Mark joined the room.09:39:52
24 Feb 2026
@rend0e_:matrix.orgRen joined the room.10:36:58
@rend0e_:matrix.orgRen changed their display name from rend0e_ to Ren.12:56:39
4 Aug 2022
@winterqt:nixos.devWinter (she/her) joined the room.03:27:09
@0x4a6f:matrix.org[0x4A6F] joined the room.22:08:01
6 Aug 2022
@winterqt:nixos.devWinter (she/her)

Does anyone know where the fact that the Darwin stdenv builds CMake twice comes from? As far as I can tell, it's from stage 0, and then just gets used in the other stages from there. Am I missing something here, is it something with the overrides? It looks like it might be, but then the fact that those are only allowed in the final stage (per booter.nix) (when that doesn't seem true, since then they wouldn't be defined...?) comes up.

(Isn't this the same pattern (defining in one stage and referencing in the others) that makes Glibc only build a limited number of times in the Linux stdenv?)

08:00:17
@trofi:matrix.org@trofi:matrix.org

You think cmake should be rebuild less? Or more?

glibc's is probably a bit different as it's a part of stdenv.cc.libc and mainly used by that I would guess. Also, if depends if the package is used or not by other packages in the derivation would affect rebuild count as well.

14:59:09
@trofi:matrix.org@trofi:matrix.org Looking at stdenv's dep tree I see 2 cmake-boot hashes and one cmake hash: https://dpaste.com/8GGM6P9BF.txt 15:03:11
@winterqt:nixos.devWinter (she/her)
In reply to @trofi:matrix.org

You think cmake should be rebuild less? Or more?

glibc's is probably a bit different as it's a part of stdenv.cc.libc and mainly used by that I would guess. Also, if depends if the package is used or not by other packages in the derivation would affect rebuild count as well.

I have no particular opinion, I'm just curious how that happens.
21:22:09
@winterqt:nixos.devWinter (she/her) Oh, for clarification, I was talking about cmake-boot. 21:22:19
@winterqt:nixos.devWinter (she/her) (which is cmake in the stdenv stages) 21:22:29
@winterqt:nixos.devWinter (she/her)see the line i linked21:22:36
@trofi:matrix.org@trofi:matrix.org AFAIU cmake = cmakeMinimal is only for stage1-4 (first build: bootstrapTools -> cmake-boot in pastebin). Last stage uses cmake as is. Also note that cmakeMinimal is used by zstd (used by final stage, does second build: stage4 -> cmake-boot -> zstd in pastebin). 21:44:31
@trofi:matrix.org@trofi:matrix.org I used the following command to grep through the full depgraph: $ nix-store --query --graph $(nix-instantiate -A stdenv --argstr system x86_64-darwin) 21:45:39

Show newer messages


Back to Room ListRoom Version: 9