Skip to content

Commit

Permalink
Merge pull request #323 from joaothallis/fix/js-nix-build
Browse files Browse the repository at this point in the history
Fix js nix build
  • Loading branch information
lucperkins authored Mar 11, 2024
2 parents f318f6d + 573be98 commit b5189be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nix/templates/pkg/javascript/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

src = ./.;

npmDepsHash = "sha256-A85l8kFgIU2grgDQNBM7ilLVPehMl6ilkpt4YoiZyeo=";
npmDepsHash = "sha256-8Bj7nPZBAU+SnVTeKeArcjYnfZV4z/4I7fX+l0V+v04=";

npmBuild = "npm run build";

Expand Down
2 changes: 1 addition & 1 deletion src/pages/start/4.nix-build.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ Here's the package definition that builds our JavaScript package:
# The code sources for the package
src = ./.;
npmDepsHash = "sha256-Ghh9jxxJH7lgn99X1L6WAhrsQhnJlub2cyUUBmSBwfQ=";
npmDepsHash = "sha256-8Bj7nPZBAU+SnVTeKeArcjYnfZV4z/4I7fX+l0V+v04=";
# How the output of the build phase
installPhase = ''
Expand Down

0 comments on commit b5189be

Please sign in to comment.