1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-24 03:59:46 +01:00

git: simplify submodule slightly

(cherry picked from commit fed112e497)
This commit is contained in:
Robert Helgesson 2017-08-24 01:03:01 +02:00
parent 95327eb5cd
commit b25037d68b
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86

View file

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