<antifuchs>
somehow, global zsh is picking up homebrew's completion directories on its fpath, which causes daemonized nix builds to hang forever because `compinit` complains
<antifuchs>
I am currently extremely curious how these directories land on the zsh environment - I'm not putting them anywhere and the global init files that I can find are all empty of references to them
nikivi has joined #nix-darwin
<antifuchs>
but, huh, `strings /run/current-system/sw/bin/zsh | grep usr/local/share` reveals that `/usr/local/share/zsh/site-functions` is in the binary that we build, somehow
philr_ has quit [Ping timeout: 240 seconds]
__monty__ has joined #nix-darwin
iH8c0ff33 has quit [Ping timeout: 260 seconds]
iH8c0ff33 has joined #nix-darwin
iH8c0ff33 has quit [Ping timeout: 240 seconds]
iH8c0ff33 has joined #nix-darwin
iH8c0ff33 has quit [Ping timeout: 265 seconds]
iH8c0ff33 has joined #nix-darwin
<LnL>
sandboxing with nixUnstable should be working reasonably well
iH8c0ff33 has quit [Ping timeout: 260 seconds]
<antifuchs>
I hadn't actually done research on sandboxing yet, so thanks (:
<antifuchs>
(that seems to be what I want)
<LnL>
I wish we could enable it by default, but hard to get an overview of what needs to be fixed :/
iH8c0ff33 has joined #nix-darwin
disasm has quit [Quit: WeeChat 2.0]
disasm has joined #nix-darwin
<domenkozar[m]>
no way to enable it on hydra?
iH8c0ff33 has quit [Ping timeout: 256 seconds]
<LnL>
we'd need a way to send all the builds in that jobset to a single host and exclude it from everythign else
iH8c0ff33 has joined #nix-darwin
iH8c0ff33 has quit [Ping timeout: 260 seconds]
<domenkozar[m]>
I mean just enable it in general and fix stuff
iH8c0ff33 has joined #nix-darwin
iH8c0ff33 has quit [Ping timeout: 264 seconds]
kalbasit has joined #nix-darwin
iH8c0ff33 has joined #nix-darwin
<supersandro2000>
Has someone experience with wxPython and can take a look/help me with #105159 ?
<supersandro2000>
../../../sip/cpp/sip_webkitwxWebKitCtrl.cpp:50:35: error: unknown class name 'wxWebKitCtrl'; did you mean 'sipwxWebKitCtrl'? class sipwxWebKitCtrl : public ::wxWebKitCtrl