update vscode extensions, add deno extension

This commit is contained in:
Aubrey 2025-03-07 16:35:44 -06:00
parent 5e25af1aab
commit 67c5788f34
No known key found for this signature in database

View file

@ -4,7 +4,7 @@
(import (builtins.fetchGit { (import (builtins.fetchGit {
url = "https://github.com/nix-community/nix-vscode-extensions"; url = "https://github.com/nix-community/nix-vscode-extensions";
ref = "refs/heads/master"; ref = "refs/heads/master";
rev = "370af219cf4ad7660e3ad4577849fb0478edb33c"; rev = "bcf7577daac02aa1a7dfaddc79324b7c6ca4af81";
})) }))
.extensions .extensions
.${system}; .${system};
@ -29,6 +29,7 @@
visualstudiotoolsforunity.vstuc visualstudiotoolsforunity.vstuc
surendrajat.apklab surendrajat.apklab
loyieking.smalise loyieking.smalise
denoland.vscode-deno
]; ];
in { in {
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [