git: simplify submodule slightly
This commit is contained in:
parent
c3be4c4629
commit
fed112e497
|
@ -8,8 +8,7 @@ let
|
||||||
|
|
||||||
toINI = (import ../lib/generators.nix).toINI {};
|
toINI = (import ../lib/generators.nix).toINI {};
|
||||||
|
|
||||||
signModule = types.submodule (
|
signModule = types.submodule {
|
||||||
{ ... }: {
|
|
||||||
options = {
|
options = {
|
||||||
key = mkOption {
|
key = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
|
@ -29,8 +28,7 @@ let
|
||||||
description = "Path to GnuPG binary to use.";
|
description = "Path to GnuPG binary to use.";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
};
|
||||||
);
|
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue