More nix fuckery...

This commit is contained in:
Leon Vatthauer 2024-04-06 18:56:09 +02:00
parent 99ef22140d
commit 9678de017e
Signed by: leonv
SSH key fingerprint: SHA256:G4+ddwoZmhLPRB1agvXzZMXIzkVJ36dUYZXf5NxT+u8
32 changed files with 1 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{ stdenv, git, go, hugo }: { stdenv, git, go, hugo }:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "resumee-website"; name = "resumee-website";
src = "."; src = "./website";
nativeBuildInputs = [ git go hugo ]; nativeBuildInputs = [ git go hugo ];
buildPhase = "hugo -d $out"; buildPhase = "hugo -d $out";
outputHashAlgo = "sha256"; outputHashAlgo = "sha256";

View file

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 1 KiB

View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View file

Before

Width:  |  Height:  |  Size: 7 KiB

After

Width:  |  Height:  |  Size: 7 KiB

View file

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

View file

Before

Width:  |  Height:  |  Size: 683 B

After

Width:  |  Height:  |  Size: 683 B

View file

Before

Width:  |  Height:  |  Size: 14 MiB

After

Width:  |  Height:  |  Size: 14 MiB