mirror of
https://gitlab.com/ahoneybun/ahoneybun-net.git
synced 2026-06-05 09:10:19 -06:00
fix build issue
This commit is contained in:
parent
7f68411b78
commit
73854e0be2
2 changed files with 2 additions and 3 deletions
|
|
@ -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" }
|
||||
]
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@
|
|||
buildInputs = with pkgs; [ zola ];
|
||||
shellHook = ''
|
||||
git submodule update --init --recursive
|
||||
zola serve
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue