From 5f27b9df55d1b57f4af13812c35751e7a63509b0 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Wed, 1 May 2024 10:51:05 +0200 Subject: [PATCH] Add `nixd` to `PATH` --- hmModules/shell/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hmModules/shell/default.nix b/hmModules/shell/default.nix index 2f239f4..022bae5 100644 --- a/hmModules/shell/default.nix +++ b/hmModules/shell/default.nix @@ -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