Nix package for NixOS (or any Linux distribution using Nix package manager)

If you have a Linux distribution that doesn't fit into any one of the ones listed above, then you can follow the following instructions to get Visual Studio Code running for your Linux distribution.

The community-maintained Nix package is available at: https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/editors/vscode/default.nix in the nixpkgs repository. In order for you to install it using Nix, set the allowUnfree option to true in your config.nix and run the following command:

nix-env -i vscode