Close to building

This commit is contained in:
Henry Hiles 2025-08-29 21:42:46 -04:00
commit c4c9013941
No known key found for this signature in database
3 changed files with 14 additions and 8 deletions

View file

@ -18,8 +18,5 @@
boot.initrd.allowMissingModules = true;
nixpkgs = {
hostPlatform = "aarch64-linux";
config.allowBroken = true;
};
nixpkgs.config.allowBroken = true;
}

View file

@ -35,6 +35,18 @@ in {
};
};
# TODO: Fix:
# error: builder for '/nix/store/4pbzqss4j7xpbj742zjbhrbl5azdgfnl-image.drv' failed with exit code 1;
# last 7 log lines:
# > structuredAttrs is enabled
# > Running phase: patchPhase
# > 'repart.d' -> '/build/amended-repart.d'
# > Running phase: updateAutotoolsGnuConfigScriptsPhase
# > Running phase: buildPhase
# > Building image with systemd-repart...
# > unshare: unshare failed: Invalid argument
# For full logs, run 'nix log /nix/store/4pbzqss4j7xpbj742zjbhrbl5azdgfnl-image.drv'.
image.repart = {
name = "image";
partitions = {