Howdy,
I get an 'error: experimental Nix feature 'nix-command' is disabled; add '--extra-experimental-features nix-command' to enable it'
Would you like me to add some text to the README.md on how to resolve that as a PR? Or just let the end users figure it out?
I did a nix develop github:typelevel/typelevel-nix#library --extra-experimental-features "nix-command flakes" and that worked well.
I suppose some of the other solutions are:
export NIX_CONFIG="experimental-features = nix-command flakes"
or editing your nix.conf. Let me know, and I can add a PR
Howdy,
I get an 'error: experimental Nix feature 'nix-command' is disabled; add '--extra-experimental-features nix-command' to enable it'
Would you like me to add some text to the README.md on how to resolve that as a PR? Or just let the end users figure it out?
I did a
nix develop github:typelevel/typelevel-nix#library --extra-experimental-features "nix-command flakes"and that worked well.I suppose some of the other solutions are:
export NIX_CONFIG="experimental-features = nix-command flakes"or editing your nix.conf. Let me know, and I can add a PR