From 0ff740ec3c0ffd4ac16e4dd388ff2b28ae037318 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 6 Aug 2023 02:11:22 +0300 Subject: [PATCH] forgot to add this overlay to default.nix --- default.nix | 1 + modules/dev/nixd.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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;