Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NixOS install broken on Mac OS Catalina #285

Closed
sethfork opened this issue Oct 11, 2019 · 1 comment
Closed

NixOS install broken on Mac OS Catalina #285

sethfork opened this issue Oct 11, 2019 · 1 comment

Comments

@sethfork
Copy link

This affects the dapptools install script, as well as the install script from nixos.

See NixOS/nix#2925

@xmxanuel
Copy link

I upgraded to MacOS Catalina and fixed dapptools by creating a APFS volume for nix as a workaround.

described here by @callahad
NixOS/nix#2925 (comment)

I followed step 1 and step 2 and afterwards just copied my existing nix folder (new path in Catalina) to /nix

sudo chown -R $(whoami) /nix
cp -a /Users/Shared/Relocated\ Items/Security/nix/* /nix/

(nix copy in /Users/Shared/... can be removed afterwards)

After that: dapp worked again.

@MrChico MrChico closed this as completed Feb 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants