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
When I try to use the SoQuartz SD Image to install NixOS to NVMe, I get the following error:
error: experimental Nix feature 'flakes' is disabled; use '--extra-experimental-features flakes' to override
Using sudo NIX_CONFIG="experimental-features = nix-command flakes" nixos-install seems to work-around the problem, but when installing to NVMe from other NixOS installer images this isn't required. It seems like installers created with this image require flakes without flakes being enabled.
Normally, to enable flakes I would edit /etc/nixos/configuration.nix (NixOS) or /etc/nix/nix.conf (Nix package manager only), but the first one didn't exist and the second strongly discouraged modification.
The text was updated successfully, but these errors were encountered:
msgilligan
changed the title
Running nixes-install from SOQuartz SD image gives 'flakes' is disabled error
Running nixos-install from SOQuartz SD image gives 'flakes' is disabled error
Oct 9, 2024
When I try to use the SoQuartz SD Image to install NixOS to NVMe, I get the following error:
Using
sudo NIX_CONFIG="experimental-features = nix-command flakes" nixos-install
seems to work-around the problem, but when installing to NVMe from other NixOS installer images this isn't required. It seems like installers created with this image require flakes without flakes being enabled.Normally, to enable flakes I would edit
/etc/nixos/configuration.nix
(NixOS) or/etc/nix/nix.conf
(Nix package manager only), but the first one didn't exist and the second strongly discouraged modification.The text was updated successfully, but these errors were encountered: