From 73854e0be230cac17c2d9dca9516fbad12da2635 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Wed, 25 Jun 2025 19:04:25 -0600 Subject: [PATCH] fix build issue --- content/projects/data.toml | 4 ++-- flake.nix | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/content/projects/data.toml b/content/projects/data.toml index f70d9c0..8fa62f8 100644 --- a/content/projects/data.toml +++ b/content/projects/data.toml @@ -1,8 +1,8 @@ [[project]] name = "Honeyfetch" - desc = "" + desc = "Like freshfetch and others but more classic" tags = [ "rust", "fetcher" ] - link = [ + links = [ { name = "GitLab", url = "https://gitlab.com/ahoneybun/honeyfetch" } ] diff --git a/flake.nix b/flake.nix index 22f98b8..25d9d18 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,6 @@ buildInputs = with pkgs; [ zola ]; shellHook = '' git submodule update --init --recursive - zola serve ''; }; }