Loading
vscode: fix using the fhs with overrideAttrs
fixes
```nix
((pkgs.vscode.override { isInsiders = true; }).overrideAttrs (previousAttrs: {
version = "latest";
src = (pkgs.fetchurl {
name = "VSCODE_insiders.tar.gz";
url = "https://code.visualstudio.com/sha/download?build=insider&os=linux-x64";
sha256 = "sha256-XcDSCuEMnTq2D75X9sNmGkD+CfPoLRJki9cSDDOeUtc=";
});
})).fhs
```
NOTE: sha256 isn't stable