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: INSTALL.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -205,3 +205,7 @@ To fix, start the docker daemon as it was probably not running.
205
205
### Gtk-Message: 00:08:30.171: Failed to load module "colorreload-gtk-module"
206
206
207
207
This error can be savely ignore. The `colorreload-gtk-module` is used for theming and, hence, is not useful in this scenario.
208
+
209
+
### error: experimental Nix feature 'nix-command' is disabled; add '--extra-experimental-features nix-command' to enable it
210
+
211
+
You ran Nix flakes without having enabled it. Either enable it by adding the extra parameters to the call as indicated in the error message, or stick to the non-experimental nix commands as described above (recommended).
0 commit comments