Meta: update flake and github action

This commit is contained in:
Jan Kremer 2024-06-01 16:35:58 +02:00
parent e083b710ec
commit 5f2808a91e
Signed by: jan
GPG key ID: A7DA689CB3B078EC
2 changed files with 7 additions and 13 deletions

View file

@ -20,7 +20,8 @@
default =
with pkgs;
mkShell {
nativeBuildInputs = with pkgs; [
name = "Hugo website";
packages = with pkgs; [
go
hugo
];