Skip to content

Commit

Permalink
typescript: 1.0.15 -> 1.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
anpin committed Nov 25, 2024
1 parent 7ff6527 commit 513a4f8
Show file tree
Hide file tree
Showing 2 changed files with 3,815 additions and 9,025 deletions.
11 changes: 6 additions & 5 deletions modules/kernels/typescript/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,21 @@
pkgs' = import self.inputs.nixpkgs-stable.outPath {
inherit system;
config.permittedInsecurePackages = [
"nodejs-14.21.3"
"openssl-1.1.1w"
# "nodejs-14.21.3"
# "openssl-1.1.1w"
];
};
_npmlock2nix = pkgs'.callPackage npmlock2nix {};

version = "1.0.15";
version = "1.0.21";

tslabSrc = fetchTarball {
url = "https://github.com/yunabe/tslab/archive/v${version}.tar.gz";
sha256 = "1q2wsdcgha6qivs238pysgmiabjhyflpd1bqbx0cgisgiz2nq3vs";
sha256 = "sha256:17krhjn7sl23333bddbjqrwjbx49c6s6ykdhfj8vg8g3jdc5i4n9";
};

tslab = _npmlock2nix.build {
tslab = _npmlock2nix.v2.build {
nodejs = pkgs'.nodejs;
src = tslabSrc;
node_modules_attrs.packageLockJson = ./package-lock.json;
buildInputs = [pkgs.makeWrapper];
Expand Down
Loading

0 comments on commit 513a4f8

Please sign in to comment.