<abathur>
I haven't found anything that suggests there's a way for a new volume to piggyback on the filevault FDE
<abathur>
I have another macbook just back in from getting serviced; I suspect I'll sell it on swappa but for now that means I've got a spare mojave and catalina device to fiddle with
<abathur>
I tried creating a new volume in the same volume group with diskutil but it doesn't seem to like that idea
hmpffff_ has joined #nix-darwin
hmpffff has quit [Ping timeout: 265 seconds]
<johnw>
does anyone have any success building static Haskell executables on Darwin?
<johnw>
I'm having trouble linking file-embed, which is needed by servant
hmpffff_ has quit [Read error: Connection reset by peer]
hmpffff has joined #nix-darwin
philr has quit [Ping timeout: 260 seconds]
hmpffff_ has joined #nix-darwin
hmpffff has quit [Ping timeout: 240 seconds]
<johnw>
LnL: morning!
<johnw>
LnL: well, evening, but hey
<LnL>
hey, what's up?
hmpffff_ has quit [Ping timeout: 272 seconds]
dtz has left #nix-darwin ["Kicked by @appservice-irc:matrix.org : Idle for 30+ days"]
<qbit>
hio
plumm has joined #nix-darwin
<plumm>
Hey, I read somewhere that nix only exports a subset of the libsystem symbols to keep builds reliable, but it appears that I am missing `futimens`
<johnw>
LnL: I have an overlay where I'm trying to use certain libraries statically so that I can build a fully static Haskell executable
<plumm>
I used to be able to build my project (zig) with brew llvm and clang and etc just fine, but I just switched to nix today and this is the last puzzle piece before a successful build
<johnw>
so in my overlay I have: inherit (pkgs.pkgsStatic) pcre gmp libffi libiconv;
<kronicmage>
that may be so, but a different package has attrs has a dependency
<kronicmage>
in particular, `hypothesis`
<LnL>
probably should be conditional for <3.8 then
kronicmage has quit [Remote host closed the connection]
<johnw>
LnL: say I want any use of gmp by a Haskell package to use pkgsStatic.gmp. How do I "plumb that through" everywhere, but only within haskellPackages?
<LnL>
hmm, isn't there an overrideScope or something/
<LnL>
or does that not work for system deps
<johnw>
no overrideScope on pkgs...
<johnw>
trying some other things...
__monty__ has quit [Quit: leaving]
dhess has quit [Remote host closed the connection]