From c59364d6239c6e7f514a22289498d484a5d433f9 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sat, 17 Feb 2024 02:18:09 +0100 Subject: [PATCH] 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 --- modules/outputs/ubifs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/outputs/ubifs.nix b/modules/outputs/ubifs.nix index 11c879c..b7a7c61 100644 --- a/modules/outputs/ubifs.nix +++ b/modules/outputs/ubifs.nix @@ -33,7 +33,7 @@ in }; boot.initramfs.enable = true; system.outputs = { - rootfs = + rootubifs = let inherit (pkgs.pkgsBuildBuild) runCommand mtdutils; cfg = config.hardware.ubi;