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
> nix-instantiate -A machines.sternenseemann.ludwig.installerIsoerror: The option `boot.loader.grub.enable' has conflicting definition values:- In `/nix/var/nix/profiles/per-user/root/channels/vuizvui/nixpkgs/nixos/modules/installer/cd-dvd/iso-image.nix': false- In `/home/lukas/src/nix/vuizvui/machines/sternenseemann/ludwig.nix': trueUse `lib.mkForce value` or `lib.mkDefault value` to change the priority on any of these definitions.(use '--show-trace' to show detailed location information)
It appears that it fails while merging the machine config and the iso-image.nix module before there is an opportunity of the lib.mkForce in mkIso to kick in.
The text was updated successfully, but these errors were encountered:
Seems like in practice even more problems arise such as no-x-libs.nix conflicting with a lot of settings in normal machines. Maybe this idea doesn't work as well anymore or another nixos module should be used for the installer media.
It appears that it fails while merging the machine config and the
iso-image.nix
module before there is an opportunity of thelib.mkForce
inmkIso
to kick in.The text was updated successfully, but these errors were encountered: