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";
system.extraDependencies = with targetSystemBuild; [ toplevel etc bootStage2 ];
system.extraDependencies = with targetSystemBuild; [
toplevel
etc
bootStage2
];
isoImage.storeContents = [ targetSystemBuild.toplevel ];
@@ -59,14 +63,14 @@
echo ">>> Running disko script..."
${diskoScript}
<<<<<<< HEAD
<<<<<<< HEAD
echo ">>> Setting up NixOS..."
nixos-install \
--system ${targetSystemBuild.toplevel} \
--no-root-passwd \
--no-channel-copy \
--substituters ""
=======
=======
echo ">>> Copying system closure to target..."
# Copy the entire system closure without substitution
nix-store --store /mnt --load-db < <(nix-store --dump-db)
@@ -79,7 +83,7 @@
--root /mnt \
--system ${targetSystem} \
--option substitute false
>>>>>>> parent of b23525d (fix: build closure in build-step instead of on iso)
>>>>>>> parent of b23525d (fix: build closure in build-step instead of on iso)
echo ">>> Done. Rebooting."
systemctl reboot