Close to building
This commit is contained in:
parent
1925047388
commit
c4c9013941
3 changed files with 14 additions and 8 deletions
|
@ -18,8 +18,5 @@
|
|||
|
||||
boot.initrd.allowMissingModules = true;
|
||||
|
||||
nixpkgs = {
|
||||
hostPlatform = "aarch64-linux";
|
||||
config.allowBroken = true;
|
||||
};
|
||||
nixpkgs.config.allowBroken = true;
|
||||
}
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue