-
Notifications
You must be signed in to change notification settings - Fork 72
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
error: experimental Nix feature 'nix-command' is disabled; use '--extra-experimental-features nix-command' to override #300
Comments
I had to run |
I will update that documentation page, but you need to enable flakes by following the instructions here: https://nixos.wiki/wiki/Flakes#Installing_flakes |
Ok I will try that |
Thanks for updating this. Could you explain what the Nix cache does? |
Using the Nix binary cache will generally avoid compiling the software and its dependencies ... and instead, pull the built binaries directly from the binary cache specified. I'll add this to docs. |
Can someone please explain what needs to be appended where? |
@danielkrajnik See the instructions in this section: https://nixos.wiki/wiki/Flakes#Enable_flakes |
Describe the bug
When I tried to install I get
error: experimental Nix feature 'nix-command' is disabled; use '--extra-experimental-features nix-command' to override
To Reproduce
Steps to reproduce the behavior:
nix profile install github:srid/emanote
Expected behavior
I would expect the command to work. You like you suggest it will on your how to install page here https://emanote.srid.ca/start/install
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: