ehmry changed the topic of #nixos-exotic to: NixOS exotic platforms channel | https://github.com/NixOS/nixpkgs/labels/6.topic%3A%20exotic | https://github.com/nix-community/redoxpkgs | https://git.sr.ht/~ehmry/sigil | Keep NixOS weird
<drakonis> qyliss: https://guix-home.trop.in/Home-Configuration.html for the guix home manager
<drakonis> i didnt link it last time
<drakonis> features incredible features such as being able to search for available services!
<drakonis> its
<drakonis> pretty good
<V> lmao
<sterni> Ericson2314: sounds like a good idea
<Ericson2314> qyliss: I put some bintools stuff in https://github.com/Ericson2314/nixpkgs/pull/new/bintools-less-libc
<Ericson2314> only the last is strictly necessary
<Ericson2314> and also not a mass rebuild
<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
<drakonis> Ericson2314: this might interest you, guix is taking steps towards CAS https://lists.gnu.org/archive/html/guix-devel/2021-05/msg00265.html
<qyliss> important milestone
<qyliss> just got a dynamically-linked cross-compiled binary to run on NetBSD for the first time
<qyliss> Ericson2314: thanks for that patch
<drakonis> hop over on #guix to talk with ludovic
<drakonis> whenever he's around that is
ashkitten has joined #nixos-exotic
matthewcroughan has joined #nixos-exotic
<matthewcroughan> NixOS on RiscV. That's my kind of exotic!
<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