1
0

outputs.rootubifs -> ubifs

This commit is contained in:
Daniel Barlow 2024-12-23 22:18:38 +00:00
parent db4f098c02
commit 6cd5b90678
2 changed files with 2 additions and 7 deletions

View File

@ -13,11 +13,6 @@ in
./initramfs.nix
];
options.system.outputs.rootubifs = mkOption {
type = types.package;
internal = true;
};
options.hardware.ubi = {
minIOSize = mkOption { type = types.str; };
logicalEraseBlockSize = mkOption { type = types.str; }; # LEB
@ -33,7 +28,7 @@ in
};
boot.initramfs.enable = true;
system.outputs = {
rootubifs =
rootfs =
let
inherit (pkgs.pkgsBuildBuild) runCommand mtdutils;
cfg = config.hardware.ubi;

View File

@ -81,7 +81,7 @@ in
]);
disk = ubiDisk {
initramfs = config.system.outputs.rootubifs; # liminix.builders.squashfs config.filesystem.contents; # # assert this is a proper FIT.
initramfs = config.system.outputs.rootfs; # ???
};
in