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

ob run exits at code 1 with macOS 13 #1085

Open
dubbajones opened this issue Jun 10, 2024 · 4 comments
Open

ob run exits at code 1 with macOS 13 #1085

dubbajones opened this issue Jun 10, 2024 · 4 comments

Comments

@dubbajones
Copy link

I try to launch obelisk after installation but "ob run" command exits on this warning:

Process exited with code 1; /nix/store/2q43kfc2m033z846dbbi8skpfsphp3gq-nix-2.11.0/bin/nix eval --impure --expr $'(let a = import ./. {}; in toString (a.reflex.nixpkgs.lib.isDerivation a.passthru.staticFilesImpure))' --raw

macOS 13

@mrehayden1
Copy link

Same on Ubuntu 20.24

@mrehayden1
Copy link

It seems you might need the following in your nix.conf:

experimental-features = nix-command

That fixes it for me.

@alexfmpe
Copy link
Contributor

alexfmpe commented Jul 13, 2024

Hard to tell without the output of ob run -v but if that fixes it then this is a duplicate of #1010

@mrehayden1
Copy link

I had the same message and the above fix solved it for me.

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