diff --git a/features/desktopish/vscode.nix b/features/desktopish/vscode.nix index 96d1a01..6f5cb19 100644 --- a/features/desktopish/vscode.nix +++ b/features/desktopish/vscode.nix @@ -8,6 +8,8 @@ services.gnome.gnome-keyring.enable = true; environment.systemPackages = with pkgs; [ + # (vscode-with-extensions.override + # { vscodeExtensions = with vscode-extensions; [ ms-vsliveshare.vsliveshare ]; }) vscode nodejs-14_x # Need this for https://nixos.wiki/wiki/Vscode server ]; diff --git a/flake.nix b/flake.nix index 49cc991..fd3ab7a 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ # https://status.nixos.org/ # # This ensures that we always use the official nix cache. - nixpkgs.url = "github:nixos/nixpkgs/2deb07f3ac4eeb5de1c12c4ba2911a2eb1f6ed61"; + nixpkgs.url = "github:nixos/nixpkgs/c5ed8beb478a8ca035f033f659b60c89500a3034"; nixos-hardware.url = github:NixOS/nixos-hardware/master; home-manager.url = "github:nix-community/home-manager";