Skip to content

Commit 1e50d17

Browse files
committed
ci: node2nix upstream now supports node v18
1 parent 7d5869d commit 1e50d17

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Diff for: utils.nix

+1-8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
, linkFarm
33
, nix-gitignore
44
, nodejs
5+
, node2nix
56
, pkgs
67
, lib
78
, fetchurl
@@ -28,14 +29,6 @@ rec {
2829
"/jest.config.js"
2930
] ./.;
3031
nodeVersion = builtins.elemAt (lib.versions.splitVersion nodejs.version) 0;
31-
# Custom node2nix directly from GitHub
32-
node2nixSrc = fetchFromGitHub {
33-
owner = "svanderburg";
34-
repo = "node2nix";
35-
rev = "9377fe4a45274fab0c7faba4f7c43ffae8421dd2";
36-
sha256 = "15zip9w9hivd1p6k82hh4zba02jj6q0g2f1i9b7rrn2hs70qdlai";
37-
};
38-
node2nix = (import "${node2nixSrc}/release.nix" {}).package.x86_64-linux;
3932
node2nixDrv = dev: runCommandNoCC "node2nix" {} ''
4033
mkdir $out
4134
${node2nix}/bin/node2nix \

0 commit comments

Comments
 (0)