treefmt v2.5.0traversed 1087 files emitted 926 files for processing formatted 926 files (2 changed) in 16.251s M modules/clan/module.nix M modules/inventoryClass/inventory.nix diff --git a/modules/clan/module.nix b/modules/clan/module.nix index b0962b7..7ba6b12 100644 --- a/modules/clan/module.nix +++ b/modules/clan/module.nix @@ -1,7 +1,6 @@ { config, clan-core, - nixpkgs, nix-darwin, lib, ... @@ -48,7 +47,7 @@ let } */ nixpkgsMatrix = lib.mapAttrs ( - name: spec: + _name: spec: let nixpkgs = config.self.inputs.${spec.input} or (throw "Flake does not have 'input' named '${spec.input}'"); diff --git a/modules/inventoryClass/inventory.nix b/modules/inventoryClass/inventory.nix index dccd704..0b539d1 100644 --- a/modules/inventoryClass/inventory.nix +++ b/modules/inventoryClass/inventory.nix @@ -88,14 +88,14 @@ in }; config = mkOption { type = types.deferredModule; - # Create a default instance, system gets injected seperately + # Create a default instance, system gets injected separately default = { }; }; }; } ); description = '' - Avilable nixpkgs variants + Available nixpkgs variants :::admonition{type=example collapsible open} ```nix