Skip to content

Commit

Permalink
To build with workspaces, use installInPlace and distDir="."
Browse files Browse the repository at this point in the history
Per discussion in nzbr/pnpm2nix-nzbr#29
  • Loading branch information
albertchae committed Mar 4, 2024
1 parent e7d8b9f commit 81d824b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/by-name/atomic-browser/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@ mkPnpmPackage rec {
version = "v0.37.0";
src = "${source}/browser";

installInPlace = true;

distDir = "."; # Copy everything to the output

extraBuildInputs = [pkgs.typescript];
}

0 comments on commit 81d824b

Please sign in to comment.