diff --git a/default.nix b/default.nix index 0122012a..45985814 100644 --- a/default.nix +++ b/default.nix @@ -23,6 +23,7 @@ overlays = [ outputs.overlays.additions outputs.overlays.modifications + outputs.overlays.unstable-packages ]; }; diff --git a/modules/dev/nixd.nix b/modules/dev/nixd.nix index cba62a63..93f55792 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 -{ inputs, outputs, options, config, lib, pkgs, ...}: +{ outputs, options, config, lib, pkgs, ...}: with lib; let cfg = config.modules.dev.nixd;