gpgKey: fix'n'update

This commit is contained in:
Astro 2021-03-19 23:31:28 +01:00
parent 67298b919e
commit 3923b5fecd
2 changed files with 21 additions and 2 deletions

View File

@ -17,7 +17,26 @@
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
"nixpkgs": "nixpkgs",
"zentralwerk-network-key": "zentralwerk-network-key"
}
},
"zentralwerk-network-key": {
"locked": {
"dir": "nix/key",
"lastModified": 1616192731,
"narHash": "sha256-3FnplUkUgxo3oIQGNd3txRiiuBMHK/lVClfe3N4DYPU=",
"ref": "nix",
"rev": "5980e925687957f13bf432aff05c6d6d5e75f2cf",
"revCount": 863,
"type": "git",
"url": "https://gitea.c3d2.de/zentralwerk/network.git?dir=nix%2fkey"
},
"original": {
"dir": "nix/key",
"ref": "nix",
"type": "git",
"url": "https://gitea.c3d2.de/zentralwerk/network.git?dir=nix%2fkey"
}
}
},

View File

@ -13,7 +13,7 @@ let
with lib;
{
options.gpgKey = mkOption {
type = types.path;
type = with types; nullOr path;
};
config = {
inherit gpgKey;