Skip to content

Commit

Permalink
update yarn hash in flake
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbchron committed Feb 17, 2024
1 parent 3ce3df6 commit 844dc63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
# an offline yarn registry for the tailwind packages
style-js-packages-yarn-registry = pkgs.fetchYarnDeps {
yarnLock = ./crates/site-app/style/tailwind/yarn.lock;
hash = "sha256-nqOJBcjX+dFl/XkBH+HfRO6Ce+CErm3YkQjG1W+aUPw=";
hash = "sha256-uYcqauHqsk58oWtA2uUYsJ2OuW8o2Rh6KrW88fK9UfE=";
# hash = "";
};

Expand Down

0 comments on commit 844dc63

Please sign in to comment.