| 3 Oct 2025 |
K900 | Then | 14:19:03 |
dramforever | i have no idea https://hydra.nixos.org/build/308137528/nixlog/1 | 14:21:03 |
dramforever | i can't even find this llvm 21 | 14:21:08 |
dramforever | nevermind it's because i'm on linux | 14:21:54 |
Grimmauld (any/all) | we still have a LOT of regressing jobs | 14:23:10 |
Grimmauld (any/all) | but we'll also soon have ZHF | 14:24:23 |
dramforever | i have no clue where the supposed llvm 21 is from | 14:26:02 |
dramforever | i think i'm going insane, what the actual hell is /nix/store/qwm51br82iq2yxfj3zqil0bpd3vij1sd-llvm-src-21.1.1 | 14:27:07 |
dramforever | and /nix/store/pxg5anhdr87k9l46wzq9dnj1iirq6i7z-llvm-21.1.1.drv | 14:27:36 |
Grimmauld (any/all) | context? | 14:34:37 |
dramforever | this | 14:34:55 |
dramforever | nix eval github:NixOS/nixpkgs/4447b9d3e439b3c0e0b3f824a28025921797d179#legacyPackages.aarch64-darwin.llvm.src.outPath gives me "/nix/store/l65z6113wqkw3y4wh031r6f1bz67miy7-llvm-src-21.1.1" | 14:35:22 |
Grimmauld (any/all) | sec | 14:35:33 |
Grimmauld (any/all) | i'll tell you | 14:35:37 |
Grimmauld (any/all) | i think its this: https://github.com/NixOS/nixpkgs/blob/cf9a3a11f8d3ac7b612774148560d91ea4e40ac5/pkgs/stdenv/darwin/stdenv-bootstrap-tools.nix#L183 maybe? | 14:38:52 |
Grimmauld (any/all) | ah wait thats bin, might not be it | 14:39:04 |
ghpzin | https://github.com/NixOS/nixpkgs/blob/cf9a3a11f8d3ac7b612774148560d91ea4e40ac5/pkgs/development/compilers/llvm/common/llvm/default.nix#L93 | 14:39:18 |
Grimmauld (any/all) | but anyways, thats what the bootstrap tools build thing calls | 14:39:21 |
ghpzin | https://github.com/NixOS/nixpkgs/blob/cf9a3a11f8d3ac7b612774148560d91ea4e40ac5/pkgs/development/compilers/llvm/common/llvm/default.nix#L93
llvm-src- builder thing | 14:40:02 |
dramforever | how do i find this from an attribute | 14:40:31 |
dramforever | llvm.src is not that apparently | 14:40:41 |
Grimmauld (any/all) | Is llvmPackages.llvm different from llvm somehow? | 14:41:14 |
dramforever | no | 14:41:38 |
dramforever | llvmPackages.llvm.src is the same thing | 14:41:47 |
dramforever | like i'm trying to find a nix eval command that comes up with /nix/store/qwm51br82iq2yxfj3zqil0bpd3vij1sd-llvm-src-21.1.1 | 14:42:23 |
Grimmauld (any/all) | you are sure you are on the same nixpkgs rev? | 14:42:57 |
dramforever | i'm looking at https://hydra.nixos.org/build/308137528 | 14:43:19 |
dramforever | inputs -> nixpkgs says 4447b9d3e439b3c0e0b3f824a28025921797d179 | 14:43:33 |
Lun | i slept through getting to panic about this thanks for sorting it! | 14:43:35 |
dramforever | i do nix eval github:NixOS/nixpkgs/4447b9d3e439b3c0e0b3f824a28025921797d179#legacyPackages.aarch64-darwin.llvm.src.outPath and it's not that | 14:43:53 |