diff options
| author | Artturin <Artturin@artturin.com> | 2023-10-08 02:35:12 +0300 |
|---|---|---|
| committer | Artturin <Artturin@artturin.com> | 2023-10-08 02:44:43 +0300 |
| commit | 2afc2443076783e147b9e8c923ee5135cec8390d (patch) | |
| tree | 711ce6548eefd035bac1b8db73e99635d78e981e /pkgs/development/python-modules/rangehttpserver | |
| parent | 021da9bf6297124b3a2c61f4ae005b5db002a8a3 (diff) | |
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
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions
