From 7fc71bb2a694571fbcd339827fe6a643c0e637fe Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 6 Aug 2023 02:09:15 +0300 Subject: [PATCH] hopefully make it work again --- modules/dev/nixd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;