packages: unshadow kanidm

This commit is contained in:
Max Headroom 2024-08-02 12:42:26 +02:00
parent 827ca9bbb8
commit 2b4df99bf8

View file

@ -9,11 +9,7 @@
options.shadows = lib.mkOption { options.shadows = lib.mkOption {
type = with lib.types; lazyAttrsOf package; type = with lib.types; lazyAttrsOf package;
default = { default = { };
inherit (self'.packages)
kanidm
;
};
}; };
}; };
} }