From e0fbe37472b4bc68e0f7efee981f35d5977bbc80 Mon Sep 17 00:00:00 2001 From: UGA Innovation Factory Date: Mon, 5 Jan 2026 16:11:17 -0500 Subject: [PATCH] chore: run nix fmt --- installer/auto-install.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 ];