Remove static images not used

This commit is contained in:
Jan Kremer 2026-03-10 08:02:21 +01:00
parent 2fc3b7bb7d
commit 709cb556c1
No known key found for this signature in database
20 changed files with 4 additions and 3 deletions

View file

@ -1,5 +1,5 @@
{
description = "Hugo website";
description = "Jan Kremer blog";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
treefmt = {
@ -28,6 +28,7 @@
buildInputs = with pkgs; [
go
hugo
vscode-langservers-extracted
];
};
});