mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 00:20:08 +01:00
PR-URL: https://github.com/nodejs/node/pull/60121 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
11 lines
283 B
Nix
11 lines
283 B
Nix
arg:
|
|
let
|
|
repo = "https://github.com/NixOS/nixpkgs";
|
|
rev = "ca77296380960cd497a765102eeb1356eb80fed0";
|
|
nixpkgs = import (builtins.fetchTarball {
|
|
url = "${repo}/archive/${rev}.tar.gz";
|
|
sha256 = "1airrw6l87iyny1a3mb29l28na4s4llifprlgpll2na461jd40iy";
|
|
}) arg;
|
|
in
|
|
nixpkgs
|