This commit is contained in:
Sridhar Ratnakumar 2021-11-13 11:15:35 -05:00
parent 3e4d388c60
commit 7a2e49a1da
2 changed files with 3 additions and 1 deletions

View file

@ -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
];

View file

@ -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";