Skip to content

Commit

Permalink
fix: add nix extension
Browse files Browse the repository at this point in the history
  • Loading branch information
GetPsyched committed Nov 10, 2023
1 parent d2e558c commit 61e0011
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ pkgs.mkShell {
just
nixpkgs-fmt
(callPackage ./packages/vscodium.nix {
extensions = vscode-utils.extensionsFromVscodeMarketplace [{
extensions = with pkgs.vscode-extensions; [
jnoortheen.nix-ide
] ++ vscode-utils.extensionsFromVscodeMarketplace [{
name = "vscode-yaml";
publisher = "redhat";
version = "1.14.0";
Expand Down

0 comments on commit 61e0011

Please sign in to comment.