File tree 2 files changed +3815
-9025
lines changed
modules/kernels/typescript
2 files changed +3815
-9025
lines changed Original file line number Diff line number Diff line change 34
34
pkgs' = import self . inputs . nixpkgs-stable . outPath {
35
35
inherit system ;
36
36
config . permittedInsecurePackages = [
37
- "nodejs-14.21.3"
38
- "openssl-1.1.1w"
37
+ # "nodejs-14.21.3"
38
+ # "openssl-1.1.1w"
39
39
] ;
40
40
} ;
41
41
_npmlock2nix = pkgs' . callPackage npmlock2nix { } ;
42
42
43
- version = "1.0.15 " ;
43
+ version = "1.0.21 " ;
44
44
45
45
tslabSrc = fetchTarball {
46
46
url = "https://github.com/yunabe/tslab/archive/v${ version } .tar.gz" ;
47
- sha256 = "1q2wsdcgha6qivs238pysgmiabjhyflpd1bqbx0cgisgiz2nq3vs " ;
47
+ sha256 = "sha256:17krhjn7sl23333bddbjqrwjbx49c6s6ykdhfj8vg8g3jdc5i4n9 " ;
48
48
} ;
49
49
50
- tslab = _npmlock2nix . build {
50
+ tslab = _npmlock2nix . v2 . build {
51
+ nodejs = pkgs' . nodejs ;
51
52
src = tslabSrc ;
52
53
node_modules_attrs . packageLockJson = ./package-lock.json ;
53
54
buildInputs = [ pkgs . makeWrapper ] ;
You can’t perform that action at this time.
0 commit comments