network/nix/key/flake.nix

8 lines
110 B
Nix

{
description = "Zentralwerk network secret GPG key";
outputs = { ... }: {
lib.gpgKey = null;
};
}