-
Notifications
You must be signed in to change notification settings - Fork 2
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
build error: Directory "/" is not accessible #7
Comments
As a sanity check, did you try adding the flag |
That does in fact work! |
Ok great. I hope with this repo is it should build for a long time despite the chaos of JavaScript/purescript. But of course it’s nice to have latest features. It’s likely that spago just needs to be bumped since it’s pinned right now. I’ve been meaning to try https://github.com/justinwoo/easy-purescript-nix |
I was able to make this work on current NixOS with spago-0.16:
Tomorrow I will attempt to replace my use of |
Interesting. I’ve mostly worked inside the nix-shell, which should make
life easier as network access is ok. Once you’ve generated the nix files
then can use nix-build.
|
Using
|
I tried building this today on nixos-20.09 and it failed. I monkeyed with it briefly; adding
unset HOME
(ref purescript/spago#380) gets it past this first error but then that just leads to additional errors.The text was updated successfully, but these errors were encountered: