Skip to content

Commit

Permalink
remove old stuff from mkYarnPackage
Browse files Browse the repository at this point in the history
  • Loading branch information
albertchae committed Mar 2, 2024
1 parent 765c5b3 commit b14fab6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pkgs/by-name/atomic-browser/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,4 @@ mkPnpmPackage rec {
version = "v0.37.0";
src = "${source}/browser";

installPhase = "";
distPhase = "";

packageJSON = "${source}/browser/package.json";
# Upstream does not contain a yarn.lock
yarnLock = ./yarn.lock;
offlineCache = fetchYarnDeps {
yarnLock = ./yarn.lock;
hash = "sha256-GK5Ehk82VQ5ajuBTQlPwTB0aaxhjAoD2Uis8wiam7Z0=";
};
}

0 comments on commit b14fab6

Please sign in to comment.