Add nixd
to PATH
This commit is contained in:
parent
1ef63feb7c
commit
5f27b9df55
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
lib,
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
age,
|
age,
|
||||||
|
fleetFlake,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
programs.bat.enable = true;
|
programs.bat.enable = true;
|
||||||
|
@ -203,6 +204,7 @@
|
||||||
comma
|
comma
|
||||||
# carapace # used by nushell
|
# carapace # used by nushell
|
||||||
nil # TODO probably not best place
|
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
|
terraform-lsp # TODO probably not best place
|
||||||
python3Packages.jedi-language-server # TODO probably not best place
|
python3Packages.jedi-language-server # TODO probably not best place
|
||||||
nodePackages.typescript-language-server # TODO probably not best place
|
nodePackages.typescript-language-server # TODO probably not best place
|
||||||
|
|
Loading…
Add table
Reference in a new issue