Skip to content

Commit

Permalink
fix flake.nix file + create pnpm-workspace.yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Soushi888 committed Mar 8, 2024
1 parent 383e9d7 commit ba6ec53
Show file tree
Hide file tree
Showing 3 changed files with 3,746 additions and 201 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}: {
devShells.default = pkgs.mkShell {
inputsFrom = [ holochain-flake.devShells.${system}.holonix ];
packages = [ pkgs.nodejs_20, pkgs.nodePackages.pnpm ];
packages = [ pkgs.nodejs_20 pkgs.nodePackages.pnpm];
};
};
};
Expand Down
Loading

0 comments on commit ba6ec53

Please sign in to comment.