<{^_^}>
nix#4289 (by abathur, 20 weeks ago, open): darwin: encrypt nix volume if filevault is enabled
copumpkin has joined #nix-darwin
<abathur>
siraben: I'm not sure, re: the numtide installer, if there would be a substantive difference? do you need something specific from the latest numtide release?
<abathur>
so unless numtide makes some other tweaks I'm not aware of, I think it should be roughly equivalent?
<siraben>
abathur: looks like the issue is regarding cp: prefix not found
<siraben>
I ran sudo chown siraben -R /nix
<abathur>
in which installer?
<abathur>
(if in numtide, it's possible they haven't updated after https://github.com/NixOS/nix/pull/4549 and something is literally broken in their latest release)
<{^_^}>
nix#4549 (by domenkozar, 8 weeks ago, merged): Test macos/linux installer script for each push
<siraben>
abathur: On numtide's
<siraben>
Looks like they updated after that
<siraben>
How do I update my Nix version then?
<abathur>
they've released since then, but they haven't changed their updater; if they test each installer this is probably irrelevant but if they're just assuming it kept working, it's at least possible it isn't
<abathur>
by update, you mean change from 2.3.x?
<abathur>
you may just need to specify nix = nixUnstable in your config or something iirc
<abathur>
> pkgs.nix.version
<abathur>
gah
<abathur>
> pkgs.nix.version
<{^_^}>
"2.3.10"
<abathur>
> pkgs.nixUnstable.version
<{^_^}>
"2.4pre20210326_dd77f71"
<abathur>
but maybe that's not what you mean
<__monty__>
Anyone familiar with make-bootstrap-tools.nix. I'm having trouble understanding why changing the LLVM version of the stdenv would change the evaluation of the bootstrap-tools build.
<siraben>
abathur: I'll check again tomorrow. Also NIX_PATH doesn't seem to be set, do you know why? (used the new darwin installer)
<__monty__>
I'm expecting a bunch of building but instead I get an error when evaluating perl because `stdenv.cc = "/dev/null"`. And if I patch that it's on to the next place with a switch on cc.
<abathur>
siraben: not off the top of my head; after you restarted the shell or opened a new one?