chore: run nix fmt
Some checks failed
CI / Format Check (push) Successful in 1s
CI / Flake Check (push) Failing after 51s
CI / Evaluate Key Configurations (nix-builder) (push) Has been skipped
CI / Evaluate Key Configurations (nix-desktop1) (push) Has been skipped
CI / Evaluate Key Configurations (nix-laptop1) (push) Has been skipped
CI / Evaluate Artifacts (installer-iso-nix-laptop1) (push) Has been skipped
CI / Evaluate Artifacts (lxc-nix-builder) (push) Has been skipped

This commit is contained in:
UGA Innovation Factory
2026-01-05 15:58:23 -05:00
parent 2f2a305df4
commit c57c1994c9

View File

@@ -33,7 +33,11 @@
nix.settings.experimental-features = "nix-command flakes"; 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 ]; isoImage.storeContents = [ targetSystemBuild.toplevel ];