<gchristensen>
probably many of thos ewon't make it for 0.8
<gchristensen>
they had rc3 just a week ago
<ar1a>
zfs trim when
<gchristensen>
my understanding is trim basically isn't a problem with drives anymore
<elvishjerricco>
I jumped through the rabbit hole of TRIM threads for ZFS a couple of weeks ago... What a shame. It was basically ready, but then a bunch of things kept happening to it until it eventually got really hard to merge it
<elvishjerricco>
gchristensen: How's that?
<gchristensen>
that they're all sufficiently overprovisioned to not need it like they used to
jasongrossman has quit [Ping timeout: 250 seconds]
jasongrossman has joined #nixos-chat
jackdk has joined #nixos-chat
jasongrossman has quit [Ping timeout: 272 seconds]
jasongrossman has joined #nixos-chat
jasongrossman has quit [Remote host closed the connection]
jasongrossman has joined #nixos-chat
jasongrossman has quit [Remote host closed the connection]
jasongrossman has joined #nixos-chat
<colemickens>
Is there an easy way to figure out what I should export for LD_LIBRARY_PATH to get the libgl drivers in there?
<colemickens>
I need to do it locally to test Firefox w/ WebRender and/or submit a "fix" to nixpkgs-mozilla. Thanks!
iqubic has joined #nixos-chat
<infinisil>
,nixGL colemickens
<{^_^}>
colemickens: nixGL is a bunch of wrappers for getting OpenGL programs to work for your graphics card, https://github.com/guibou/nixGL
<infinisil>
This has some LD_LIBRARY_PATH stuff in its implementation for opengl
<colemickens>
? I don't need nixGL though, I just need to fix the Firefox wrapper to set LD_LIBRARY_PATH like other nixos pkgs need?
<colemickens>
or maybe I'm way off on my understanding?
<colemickens>
(I did something similar for my Chromium/Wayland builds, though honestly regular Chromium builds might benefit from having them as well)
<infinisil>
colemickens: Yeah, check out what nixgl sets for LD_LIBRARY_PATH, that should give some hints
<infinisil>
It's different for different drivers though
<colemickens>
I guess another way to ask would just be how to get the current store path for libglvnd. probably some nix-instantiate command or similar that spits it out
<infinisil>
(this is a question for #nixos really)
<colemickens>
yeah, I thought about it after I sent, I'm bad about sending everything to -chat, I'll move it there.