Skip to content

Commit

Permalink
yarn-berry[_3|_4]: move to pkgs/by-name
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Brandes <[email protected]>
  • Loading branch information
gador committed Nov 14, 2024
1 parent 6ab234f commit 51531b2
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions pkgs/by-name/ya/yarn-berry_3/package.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
yarn-berry,
}:

yarn-berry.override {
berryVersion = 3;
}
7 changes: 7 additions & 0 deletions pkgs/by-name/ya/yarn-berry_4/package.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
yarn-berry,
}:

yarn-berry.override {
berryVersion = 4;
}
12 changes: 0 additions & 12 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5944,18 +5944,6 @@ with pkgs;

yapf = with python3Packages; toPythonApplication yapf;

inherit
({
yarn-berry_3 = callPackage ../development/tools/yarn-berry { berryVersion = 3; };

yarn-berry_4 = callPackage ../development/tools/yarn-berry { };
})
yarn-berry_3
yarn-berry_4
;

yarn-berry = yarn-berry_4;

yarn2nix-moretea = callPackage ../development/tools/yarn2nix-moretea/yarn2nix { pkgs = pkgs.__splicedPackages; };

inherit (yarn2nix-moretea)
Expand Down

0 comments on commit 51531b2

Please sign in to comment.