<LnL>
and with 2.0 you can use --builders so you shouldn't need the sudo NIX_REMOTE= hack anymore
jtojnar has quit [Remote host closed the connection]
jtojnar has joined #nix-darwin
philr has joined #nix-darwin
<ben>
i asked for debugging help in #nixos earlier but i ran out of time and i guess it might be an osx specific issue - i'm using nix-shell with a buildGoPackage derivation and it takes like 30-45 seconds every time, looks like it spends a lot of time running hooks, mostly from apple-framework-sounding things, does that ring a bell for anyone?
<ben>
reproduces with: time nix-shell --run true <(echo '(import <nixpkgs> {}).buildGoPackage { name = "foo"; goPackagePath = "foo"; }')
<LnL>
hmm, does that command work?
<LnL>
oh --run true
<LnL>
pretty sure nix-shell -p '(buildGoPackage { name = "foo"; goPackagePath = "foo"; })' is equivalent :)
<LnL>
how does that work, doesn't buildGoPackage need a source or something?
<ben>
well, it won't build anything, but I just want a shell for now...
<LnL>
definitively looks darwin specific: 0.78s user 0.34s system 4% cpu 26.722 total vs 0.23s user 0.02s system 58% cpu 0.424 total
zzamboni has quit [Quit: Leaving.]
zzamboni has joined #nix-darwin
peacememories has joined #nix-darwin
zzamboni has quit [Quit: Leaving.]
zzamboni has joined #nix-darwin
zzamboni has quit [Read error: Connection reset by peer]
zzamboni has joined #nix-darwin
zzamboni has quit [Read error: Connection reset by peer]
zzamboni1 has joined #nix-darwin
zzamboni1 has quit [Quit: Leaving.]
peacememories has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jrolfs has quit [Ping timeout: 240 seconds]
jrolfs has joined #nix-darwin
<prooftechnique>
Anyone else getting CoreFoundation issues when trying to build ghcWithHoogle (among other things)?
philr has quit [Ping timeout: 240 seconds]
zzamboni has joined #nix-darwin
zzamboni has quit [Quit: Leaving.]
zzamboni has joined #nix-darwin
zzamboni has quit [Client Quit]
zzamboni has joined #nix-darwin
zzamboni has quit [Quit: Leaving.]
zzamboni has joined #nix-darwin
<johnw>
adelbertc: ping
<adelbertc>
johnw: pong
<johnw>
adelbertc: so, I had another Nix+Emacs idea
<adelbertc>
i like ideas
<johnw>
emacsDumpWithPackages would be a function that modifies a build of Emacs so that it pulls in package dependencies and dumps them into core Emacs' pure storage
<johnw>
you'd have to be able to set the pure storage size manually, though, since this can't really be calculated accurately enough
<johnw>
or call it emacs26DumpedWith [...]
zzamboni has quit [Quit: Leaving.]
<puffnfresh>
LnL: thanks, I'm gonna play with --builders right now
<LnL>
I don't know if there's a way to specify a port for that without messing with the ssh config