diff --git a/installer/auto-install.nix b/installer/auto-install.nix index 5f06984..bd0c50d 100644 --- a/installer/auto-install.nix +++ b/installer/auto-install.nix @@ -33,7 +33,11 @@ nix.settings.experimental-features = "nix-command flakes"; - system.extraDependencies = with targetSystemBuild; [ toplevel etc bootStage2 ]; + system.extraDependencies = with targetSystemBuild; [ + toplevel + etc + bootStage2 + ]; isoImage.storeContents = [ targetSystemBuild.toplevel ];