error: … while evaluating a branch condition at «string»:23:10: 22| if !keepName n then {} 23| else if !builtins.isAttrs c || isDrv c then c | ^ 24| else if c ? _type || !(c.recurseForDerivations or true) then {} … in the left operand of the OR (||) operator at «string»:23:33: 22| if !keepName n then {} 23| else if !builtins.isAttrs c || isDrv c then c | ^ 24| else if c ? _type || !(c.recurseForDerivations or true) then {} … while evaluating definitions from `/nix/store/lrxvs4l9bqbgjfz7w9bkfg5zqq442jxc-source/modules/transposition.nix': … while evaluating definitions from `/nix/store/7v91aairhkd03pr0xsy8sxc07cc10klg-source/flake/checks.nix, via option perSystem': … while evaluating the module argument `inputs' in "/nix/store/7v91aairhkd03pr0xsy8sxc07cc10klg-source/modules/editors/emacs/default.nix": … noting that argument `inputs` is not externally provided, so querying `_module.args` instead, requiring `config` (stack trace truncated; use '--show-trace' to show the full, detailed trace) error: attribute 'inputs' missing at «github:ramblurr/nixpkgs/abcef851f4c5a7a429940472d37a50a514f0f529?narHash=sha256-x8Nu%2BybOdK916YuvkYpSSO58uxjVHxL9XCH%2BpOtIedY%3D»/lib/modules.nix:731:13: 730| "noting that argument `${name}` is not externally provided, so querying `_module.args` instead, requiring `config`" 731| config._module.args.${name} | ^ 732| )