Skip to content

Commit

Permalink
maintainers: remove longkeyid
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc authored and Profpatsch committed Jun 20, 2022
1 parent 0afc3c2 commit c8cebff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 234 deletions.
1 change: 0 additions & 1 deletion lib/tests/maintainers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ let
};
keys = lib.mkOption {
type = types.listOf (types.submodule {
options.longkeyid = lib.mkOption { type = types.str; };
options.fingerprint = lib.mkOption { type = types.str; };
});
default = [];
Expand Down
Loading

0 comments on commit c8cebff

Please sign in to comment.