hedgie_ has joined #nix-darwin
hedgie has quit [Ping timeout: 258 seconds]
<
LnL>
yeah no diverted store because bind mounts
<
LnL>
but all other implementations work
daGrevis has quit [Ping timeout: 256 seconds]
daGrevis has joined #nix-darwin
hedgie_ has quit [Read error: No route to host]
hedgie has joined #nix-darwin
stephank has joined #nix-darwin
philr_ has quit [Ping timeout: 256 seconds]
eraserhd has quit [Ping timeout: 258 seconds]
eraserhd has joined #nix-darwin
hedgie has quit [Read error: No route to host]
hedgie has joined #nix-darwin
eraserhd has quit [Quit: WeeChat 2.9]
eraserhd has joined #nix-darwin
hedgie_ has joined #nix-darwin
hedgie has quit [Ping timeout: 265 seconds]
<
Mic92>
Yeah. I just disable unittests for macos than.
<
LnL>
the nix tests use a different store prefix instead, but that means you can't use anything from nixpkgs in the inner builds
hedgie has joined #nix-darwin
hedgie_ has quit [Ping timeout: 244 seconds]
<
Mic92>
Don't I have to re-compile nix in that case as well or can I set this in configuration somehow?
<
Mic92>
I could also randomize the build somehow to use the same nix store.
<
Mic92>
That might speed up tests in general
<
LnL>
you don't need to recompile anything
andremedeiros has joined #nix-darwin
eraserhd has quit [Ping timeout: 240 seconds]
<
LnL>
it's just that --store /foo is equivalent to --store local?root=/foo
<
LnL>
to change the prefix you want --store local?store=/foo/store&state=/foo/state&log=/foo/log
<
LnL>
as for the /var error you need to refer to /private/var since that's a symlink on macos
eraserhd has joined #nix-darwin
eraserhd has quit [Quit: WeeChat 2.9]
eraserhd has joined #nix-darwin
<
Mic92>
LnL: this would also work in a nix build sandbox than no?
<
Mic92>
Might be useful to run the tests when building the package.
<
LnL>
ah yeah, but nested sandboxing doesn't work
<
Mic92>
I just need to build some no-op derivations. They don't need to do anything useful.
<
LnL>
yeah that's what the nix install checks also do
__Sander__ has joined #nix-darwin
hedgie_ has joined #nix-darwin
hedgie has quit [Ping timeout: 260 seconds]
__Sander__ has quit [Quit: Konversation terminated!]
philr_ has joined #nix-darwin