feat: add puppet lsp
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
8fddaa8c1c
commit
97fe6502da
7 changed files with 379 additions and 0 deletions
|
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue