8ac5e011d6
GitOrigin-RevId: 2c3273caa153ee8eb5786bc8141b85b859e7efd7
10 lines
267 B
Nix
10 lines
267 B
Nix
{ pkgs ? (import ../../../../. {})
|
|
, fetchFromGitHub ? pkgs.fetchFromGitHub
|
|
}:
|
|
|
|
fetchFromGitHub {
|
|
owner = "moretea";
|
|
repo = "yarn2nix";
|
|
rev = "9e7279edde2a4e0f5ec04c53f5cd64440a27a1ae";
|
|
sha256 = "0zz2lrwn3y3rb8gzaiwxgz02dvy3s552zc70zvfqc0zh5dhydgn7";
|
|
}
|