Use unstable vscode

This commit is contained in:
Dave Gallant
2023-11-27 08:55:28 -05:00
parent c7269f6330
commit c5069fb579
2 changed files with 8 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
{
lib,
pkgs,
unstable,
...
}: let
hound-nvim = pkgs.vimUtils.buildVimPlugin {
@@ -428,6 +429,7 @@ in {
vscode = {
enable = true;
package = unstable.vscode;
extensions = with pkgs.vscode-extensions;
[
bbenoist.nix