jrolfs has quit [Ping timeout: 248 seconds]
jrolfs has joined #nix-darwin
jrolfs_ has joined #nix-darwin
jrolfs has quit [Ping timeout: 268 seconds]
jrolfs has joined #nix-darwin
jrolfs_ has quit [Ping timeout: 248 seconds]
chrisbarrett has quit [Quit: chrisbarrett]
philr has joined #nix-darwin
<prooftechnique> Anyone else getting No rule to make target 'tests/plugins/plugintest.so', needed by 'installcheck' when trying to upgrade to 2.0pre?
<prooftechnique> Tracking nixpkgs-unstable and nix-darwin master
<prooftechnique> Or rather the latest version bump, I should say
jrolfs has quit [Ping timeout: 276 seconds]
philr has quit [Ping timeout: 264 seconds]
jrolfs has joined #nix-darwin
jrolfs has quit [Ping timeout: 255 seconds]
jrolfs has joined #nix-darwin
jrolfs has quit [Ping timeout: 256 seconds]
dustinm has quit [Ping timeout: 268 seconds]
zzamboni has joined #nix-darwin
zzamboni has quit [Client Quit]
dustinm has joined #nix-darwin
zzamboni has joined #nix-darwin
zzamboni has quit [Client Quit]
zzamboni has joined #nix-darwin
zzamboni has quit [Client Quit]
<johnw> prooftechnique: yes, I was seeing that as well
zzamboni has joined #nix-darwin
zzamboni has quit [Read error: Connection reset by peer]
zzamboni1 has joined #nix-darwin
zzamboni1 has quit [Client Quit]
<ldlework> johnw howdy
<johnw> hi idl
<johnw> hi ldlework
philr has joined #nix-darwin
<johnw> night
jrolfs has joined #nix-darwin
zzamboni has joined #nix-darwin
acowley has quit [Ping timeout: 248 seconds]
acowley has joined #nix-darwin
_rvl has joined #nix-darwin
<puffnfresh> what's the best way to run Nix 2.0 on Darwin?
philr has quit [Ping timeout: 248 seconds]
<puffnfresh> just gonna use the binary installer fromhttps://hydra.nixos.org/build/69335525
<LnL> you can just upgrade it
<puffnfresh> I just started up a blank VM
<puffnfresh> looks like I have KVM booting macOS with VMX enabled
<LnL> ah, from that kvm-osx repo?
<puffnfresh> yeah this one: https://github.com/kholia/OSX-KVM
<puffnfresh> just had to add "+vmx" to the CPU options
<puffnfresh> making sure my VM scripts work on Nix 2.0 and High Sierra
<puffnfresh> when I started writing them, a new version of macOS came out then the Nix installer switched to multi user :)
<LnL> ah right
<LnL> btw, I restarted my hydra build and it worked now https://hydra.daiderd.com/jobset/nixpkgs/pr-29628
<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
<puffnfresh> looks like the documentation is missing a lot for 2.0 https://hydra.nixos.org/build/69335529/download/1/manual/
<puffnfresh> what's the syntax of this builder thingo?
<LnL> same as the machines file
<LnL> --builders 'user@host x86_64-linux ~/.ssh/id_rsa 4`