| 16 Jun 2025 |
Artturin | * hello = hello // { __spliced = { buildHost = pkgsBuildHost.hello; hostTarget = pkgsHostTarget.hello; };} | 21:12:46 |
Artturin | * `hello = hello // { __spliced = { buildHost = pkgsBuildHost.hello; hostTarget = pkgsHostTarget.hello; };}` | 21:12:56 |
Artturin | * ```
# pkgsHostTarget = pkgs
helloHostTarget = pkgsHostTarget.hello.override;
hello = helloHostTarget // { __spliced = { buildHost = pkgsBuildHost.hello; hostTarget = helloHostTarget; };}
``` | 21:15:24 |
Alyssa Ross | In reply to @rhelmot:matrix.org when are we changing nativeBuildInputs You can already call it depsBuildHost instead. | 22:34:09 |
GenericNerdyUsername | messed around with a lot of stuff | 22:53:49 |
GenericNerdyUsername | turns out the .option rvc directive lets the assembler use the compressed instructions extension even when your -march doesnt support it | 22:54:26 |
GenericNerdyUsername | is this something i should report? | 22:55:04 |
GenericNerdyUsername | if yes, how? | 22:55:06 |
| 17 Jun 2025 |
alexfmpe | > pkgsCross.aarch64-android-prebuilt.stdenv.hostPlatform.isAndroid
true
> pkgsCross.aarch64-android-prebuilt.pkgsStatic.stdenv.hostPlatform.isAndroid
false
: (╯° °)╯︵ ┻━┻)
| 00:57:10 |
alexfmpe | maybe https://github.com/NixOS/nixpkgs/pull/380342 ? | 00:57:17 |