Skip to content

Commit

Permalink
fix nix build
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicWrege committed Sep 29, 2024
1 parent 78829d7 commit 8155a09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
npmPackFlags = [ "--ignore-scripts" "--legacy-peer-deps" ];
pname = "parkfuchs";
version = (builtins.fromJSON (builtins.readFile ./package.json)).version;
npmDepsHash = "sha256-QM18fvR0rXu8v+YgYj71iDhgpLit65IoKemeEVvLxUU=";
npmDepsHash = "sha256-AtKB9Gwp+Xr5vgdoBw2Z/6ENrX94NjnY17jZeUgSa74=";
installPhase = ''
runHook preInstall
mkdir -p $out/.next
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parkfuchs",
"version": "1.6.29",
"version": "1.6.30",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 8155a09

Please sign in to comment.