You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+10
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,16 @@ Anytime you enter the project your shell will automatically pick up the right de
94
94
95
95
If you find that `direnv` loads too slow, [there are faster loading strategies than the default in their wiki](https://github.com/direnv/direnv/wiki/Nix).
96
96
97
+
If you get an error like this:
98
+
```
99
+
error: experimental Nix feature 'flakes' is disabled; use '--extra-experimental-features flakes' to override
100
+
```
101
+
102
+
Then you can fix it by enabling flakes as mentioned in the error message. Like so:
103
+
```bash
104
+
echo"experimental-features = nix-command flakes"| sudo tee -a /etc/nix/nix.conf > /dev/null
0 commit comments