Remove static images not used
This commit is contained in:
parent
2fc3b7bb7d
commit
709cb556c1
20 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
];
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue