chore: remove unused option 'clanSchema' from core nixos modules
This commit is contained in:
@@ -12,7 +12,6 @@
|
|||||||
./nix-settings.nix
|
./nix-settings.nix
|
||||||
./options.nix
|
./options.nix
|
||||||
./outputs.nix
|
./outputs.nix
|
||||||
./schema.nix
|
|
||||||
./sops.nix
|
./sops.nix
|
||||||
./vars
|
./vars
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -1,12 +0,0 @@
|
|||||||
{ options, lib, ... }:
|
|
||||||
let
|
|
||||||
jsonschema = import ../../lib/jsonschema { inherit lib; } { };
|
|
||||||
in
|
|
||||||
{
|
|
||||||
options.clanSchema = lib.mkOption {
|
|
||||||
type = lib.types.attrs;
|
|
||||||
description = "The json schema for the .clan options namespace";
|
|
||||||
default = jsonschema.parseOptions options.clan { };
|
|
||||||
defaultText = lib.literalExpression "jsonschema.schemaToJSON options.clan";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user