feat: add puppet lsp

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-09-30 09:32:12 +02:00
parent 8fddaa8c1c
commit 97fe6502da
Signed by: lander
GPG key ID: 0142722B4B0C536F
7 changed files with 379 additions and 0 deletions

View file

@ -123,6 +123,7 @@
wodan = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs outputs; };
modules = [
{ nixpkgs.overlays = [ overlays.additions ]; }
{
nixpkgs.overlays = [
tidalcycles.overlays.default
@ -153,6 +154,7 @@
system = "x86_64-linux";
specialArgs = { inherit inputs outputs; };
modules = [
{ nixpkgs.overlays = [ overlays.additions ]; }
./hosts/heimdall
];
};