forked from DGNum/liminix
modules/outputs/ubifs: expose rootubifs
rather than rootfs
I believe there should be another module exposing `rootubifs` as `rootfs` or let any other module just subsume that component like `zyxel-nwa-fit` output. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
b76c5b4abe
commit
c59364d623
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ in
|
|||
};
|
||||
boot.initramfs.enable = true;
|
||||
system.outputs = {
|
||||
rootfs =
|
||||
rootubifs =
|
||||
let
|
||||
inherit (pkgs.pkgsBuildBuild) runCommand mtdutils;
|
||||
cfg = config.hardware.ubi;
|
||||
|
|
Loading…
Reference in a new issue