Skip to content

Commit

Permalink
feat: install jsonnet vscode extension
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Dec 11, 2024
1 parent 14549bc commit d5279f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions overlays/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ self: super:
version = "1.5.4";
sha256 = "sha256-7iIwJJsoNbtTopc+BQ+195aSCLqdNAaGtMoxShyhBWY=";
};
grafana.vscode-jsonnet = self.vscode-utils.extensionFromVscodeMarketplace {
name = "vscode-jsonnet";
publisher = "grafana";
version = "0.6.1";
sha256 = "sha256-8t/9EJs9Ly6C89jM6HdCbeAdIvjSfePKD2WQwBtuJI0=";
};
};

vimPlugins = self.lib.recursiveUpdate super.vimPlugins {
Expand Down
1 change: 1 addition & 0 deletions profiles/thomas/programs/vscode.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ in
foxundermoon.shell-format
github.vscode-github-actions
golang.go
grafana.vscode-jsonnet
Grafana.vscode-jsonnet
hashicorp.terraform
jnoortheen.nix-ide
Expand Down

0 comments on commit d5279f9

Please sign in to comment.