hopefully make it work again

This commit is contained in:
Sakooooo 2023-08-06 02:09:15 +03:00
parent e733f05a73
commit 7fc71bb2a6
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -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;