diff --git a/modules/dev/nixd.nix b/modules/dev/nixd.nix index 93f55792..cba62a63 100644 --- a/modules/dev/nixd.nix +++ b/modules/dev/nixd.nix @@ -1,6 +1,6 @@ # nixd nix lsp using nix and nixpkgs # where has this been my whole life -{ outputs, options, config, lib, pkgs, ...}: +{ inputs, outputs, options, config, lib, pkgs, ...}: with lib; let cfg = config.modules.dev.nixd;