delete dup outputs.systemConfiguration

perhaps this should go into initramfs.nix not jffs2.nix
armv7
Daniel Barlow 2023-10-19 10:09:08 +01:00
parent 8798ee9830
commit f3225c2bd5
1 changed files with 0 additions and 10 deletions

View File

@ -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