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;