From 7cf556d606aad8a4fdf010562fe6f024be15e27c Mon Sep 17 00:00:00 2001 From: Alan Daniels Date: Mon, 3 Feb 2025 20:43:48 +1100 Subject: [PATCH] Update from upstream --- content/index.md | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/index.md b/content/index.md index 737fd7d..1632384 100644 --- a/content/index.md +++ b/content/index.md @@ -7,4 +7,4 @@ date: 2025-01-10 --- Hello World! -[heres the todo](https://quartz.jzhao.xyz/authoring-content) +[Here's the TODO](https://quartz.jzhao.xyz/authoring-content) diff --git a/flake.nix b/flake.nix index 6c03087..a4d7888 100644 --- a/flake.nix +++ b/flake.nix @@ -29,7 +29,7 @@ packages.quartz = pkgs.buildNpmPackage { name = "quartz"; src = ./.; - npmDepsHash = "sha256-hawMRXs2VvIeZ7hP8NZDBU8yqg/f2cTzmGEvn+VzjE4="; + npmDepsHash = "sha256-qzFBy4KCGvAhO+4eDk0ZXUT4TFwBbHu7lY1pr0bOlHQ="; dontNpmBuild = true; }; })