chore: update website

This commit is contained in:
Benjamin Bädorf 2023-11-16 11:44:32 +01:00
parent 2814f8eb56
commit 137a9f6ea2
No known key found for this signature in database
GPG key ID: 1B7BF5B77A521346

View file

@ -7,6 +7,8 @@
name = "benjaminbaedorf.eu"; name = "benjaminbaedorf.eu";
src = pkgs.fetchgit { src = pkgs.fetchgit {
url = "https://git.pub.solar/b12f/benjaminbaedorf.eu.git"; url = "https://git.pub.solar/b12f/benjaminbaedorf.eu.git";
rev = "281d06ee86782f6faf8ead79a35cc809118a6dbe";
hash = "sha256-T0g+kFQ9tMiZBlOxLcSUX3WBZM773w7Za6ePzb8K6Cg=";
sparseCheckout = [ sparseCheckout = [
"fonts" "fonts"
"cows.jpg" "cows.jpg"
@ -14,7 +16,6 @@
"index.html" "index.html"
"public-pgp-benjamin-baedorf.asc" "public-pgp-benjamin-baedorf.asc"
]; ];
hash = "sha256-c5nU9zqrHgD+dCXdXXcS9xJIaGueyXQpuwSqv0aSLM0=";
}; };
installPhase = '' installPhase = ''
mkdir -p $out mkdir -p $out