From f3225c2bd5d9ea2ab8aea66da4276a0e9787cfad Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Thu, 19 Oct 2023 10:09:08 +0100 Subject: [PATCH] delete dup outputs.systemConfiguration perhaps this should go into initramfs.nix not jffs2.nix --- modules/ubifs.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/modules/ubifs.nix b/modules/ubifs.nix index 4b8e190b..6dccaa8b 100644 --- a/modules/ubifs.nix +++ b/modules/ubifs.nix @@ -11,16 +11,6 @@ in imports = [ ./initramfs.nix ]; - options.system.outputs = { - systemConfiguration = mkOption { - type = types.package; - description = '' - pkgs.systemconfig for the configured filesystem, - contains 'activate' and 'init' commands - ''; - internal = true; - }; - }; options.hardware.ubi = { minIOSize = mkOption { type = types.str; }; eraseBlockSize = mkOption { type = types.str; }; # LEB