Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #272942 from MartinNikov/patch-1

yarn-berry: Add `meta.mainProgram`

authored by

Weijia Wang and committed by
GitHub
3d3fb534 366b54b8

+1
+1
pkgs/development/tools/yarn-berry/default.nix
··· 39 39 license = licenses.bsd2; 40 40 maintainers = with maintainers; [ ryota-ka thehedgeh0g ]; 41 41 platforms = platforms.unix; 42 + mainProgram = "yarn"; 42 43 }; 43 44 }