fix build issue

This commit is contained in:
Aaron Honeycutt 2025-06-25 19:04:25 -06:00
parent 7f68411b78
commit 73854e0be2
2 changed files with 2 additions and 3 deletions

View file

@ -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" }
]

View file

@ -20,7 +20,6 @@
buildInputs = with pkgs; [ zola ];
shellHook = ''
git submodule update --init --recursive
zola serve
'';
};
}