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

Nix experimental features #47

Closed
norberttech opened this issue Jun 22, 2022 · 2 comments
Closed

Nix experimental features #47

norberttech opened this issue Jun 22, 2022 · 2 comments

Comments

@norberttech
Copy link

Steps required to reproduce the problem

  1. run nix shell github:loophp/nix-shell#php74 at MacOS without experimental features enabled

Expected Result

  • building php-7.4...

Actual Result

  • error: experimental Nix feature 'nix-command' is disabled; use '--extra-experimental-features nix-command' to override

On macOS running commands from README would throw an error, it can be fixed by enabling experimental features.

# ~/.config/nix/nix.conf
experimental-features = nix-command flakes

Maybe it would be good to mention this behavior somewhere in the readme?

@drupol
Copy link
Contributor

drupol commented Jun 22, 2022

Hi @norberttech !

Indeed, we could add it.

The README needs a cleanup and some more documentation, I'll try to focus on that during July.

@drupol drupol closed this as completed in d37d6e6 Jun 27, 2022
@drupol
Copy link
Contributor

drupol commented Jun 27, 2022

@norberttech I just pushed a fix.

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

2 participants