We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 shell github:loophp/nix-shell#php74
building php-7.4...
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?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
d37d6e6
@norberttech I just pushed a fix.
No branches or pull requests
Steps required to reproduce the problem
nix shell github:loophp/nix-shell#php74
at MacOS without experimental features enabledExpected 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.
Maybe it would be good to mention this behavior somewhere in the readme?
The text was updated successfully, but these errors were encountered: