<qyliss>
Ericson2314: how would you envisage me setting sharedLibraryLoader to netbsd.ld_elf_so? Would I just make the argument default to that, and take netbsd from callPackage?
<Ericson2314>
qyliss: yeah I think so
<Ericson2314>
can do `netbsd ? null` or somethingn
<qyliss>
okay, let me try that out
<qyliss>
what would the point of ? null be?
<Ericson2314>
the native bootstrapping
<qyliss>
ahh
<Ericson2314>
doesn't always use callPackage
<qyliss>
Ericson2314: -getLib +lib.getLib
<qyliss>
also error: attribute 'libc_lib' missing, at /home/src/nixpkgs/pkgs/build-support/cc-wrapper/default.nix:121:20
<qyliss>
(after cherry-picking just the last commit)
<Ericson2314>
qyliss yes 😳
<Ericson2314>
I just wrote some stuff and then left the room
<Ericson2314>
Didn't eval it
<qyliss>
ahh i gotcha
<qyliss>
thanks for the early access
<qyliss>
ld.elf_so: $out/bin or $out/libexec, any thoughts?
<sterni>
qyliss: glibc and musl have it in $lib/lib
<sterni>
the dynamic linker that is
<sterni>
Ericson2314: did you remove the stdenv.cc.cc.llvm thing if we have clang?
<sterni>
seems like that was something that existed on master but not on staging
<matthewcroughan>
Did you all fill this out? I've applied, asking for RiscV boards to port NixOS to it.
<matthewcroughan>
You should all apply, regardless of skill level, if you think you have any interest in RiscV.
<sorear>
we (mostly thoughtpolice and shlevy) had that working a few years ago and it's why I joined here, haven't managed to figure out the current status
<aaronjanse>
NixOS on RISC-V sounds very cool
<aaronjanse>
(I actually learned about Nix while working at SiFive)
<aaronjanse>
The cool thing about Nix is that working on compatibility for one platform tends to help other platforms too, since they can share a lot of code