Add nixd to PATH

This commit is contained in:
Andrea Ciceri 2024-05-01 10:51:05 +02:00
parent 1ef63feb7c
commit 5f27b9df55
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -3,6 +3,7 @@
lib,
pkgs,
age,
fleetFlake,
...
}: {
programs.bat.enable = true;
@ -203,6 +204,7 @@
comma
# carapace # used by nushell
nil # TODO probably not best place
fleetFlake.inputs.nixd.packages.${pkgs.system}.nixd # TODO probably not best place
terraform-lsp # TODO probably not best place
python3Packages.jedi-language-server # TODO probably not best place
nodePackages.typescript-language-server # TODO probably not best place