Skip to content

Commit

Permalink
fix: correct nix build dependency hash
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcur committed Feb 19, 2024
1 parent 94a6934 commit 3962734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/build.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ stdenv.mkDerivation rec {

offlineCache = fetchYarnDeps {
yarnLock = "${src}/yarn.lock";
hash = "sha256-Z5TNALlVICqeRgb67qejCcpUt27Eg3WW/IOEW4Z3zPs=";
hash = "sha256-W/gqDsZVT0rzrCPxXJLCYQivgv479KOhbZJmfbj8O9k=";
};

nativeBuildInputs = [ yarn nodejs-18_x prefetch-yarn-deps ];
Expand Down

0 comments on commit 3962734

Please sign in to comment.