Compare commits
No commits in common. "6eb39422705f48864b15223ddd2c6020532f4d5a" and "5abe4e929e0ad92d6cc5c69c4377bdcf64c06277" have entirely different histories.
6eb3942270
...
5abe4e929e
|
@ -46,7 +46,6 @@ in
|
|||
https-everywhere
|
||||
i-dont-care-about-cookies
|
||||
reddit-enhancement-suite
|
||||
sponsorblock
|
||||
ublock-origin
|
||||
]
|
||||
++ lib.optional (cfg.tridactyl.enable) tridactyl
|
||||
|
|
|
@ -14,15 +14,7 @@ let
|
|||
in
|
||||
throwOnCanary {
|
||||
options.my.secrets = mkOption {
|
||||
type =
|
||||
let
|
||||
valueType = with types; oneOf [
|
||||
int
|
||||
str
|
||||
(attrsOf valueType)
|
||||
];
|
||||
in
|
||||
valueType;
|
||||
type = types.attrs;
|
||||
};
|
||||
|
||||
config.my.secrets = {
|
||||
|
|
|
@ -14,15 +14,7 @@ let
|
|||
in
|
||||
throwOnCanary {
|
||||
options.my.secrets = mkOption {
|
||||
type =
|
||||
let
|
||||
valueType = with types; oneOf [
|
||||
int
|
||||
str
|
||||
(attrsOf valueType)
|
||||
];
|
||||
in
|
||||
valueType;
|
||||
type = types.attrs;
|
||||
};
|
||||
|
||||
config.my.secrets = {
|
||||
|
|
Loading…
Reference in a new issue