Website working.
This commit is contained in:
parent
f2a77125b7
commit
7a1ae0d0d7
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
|||
{ stdenv, fetchgit, git, go, hugo }:
|
||||
{ stdenv, git, go, hugo }:
|
||||
stdenv.mkDerivation {
|
||||
name = "resumee-website";
|
||||
version = "1.0";
|
||||
src = fetchgit {
|
||||
src = builtins.fetchGit {
|
||||
url = "https://git.vatthauer.xyz/leonv/resumee-website.git";
|
||||
hash = "sha256-WCqkNpUWNGMW3YkrJf64FKZDgebdeOzite9XR9IHifg=";
|
||||
rev = "9516643a88018050676dd1f57f5cc7e245e55591";
|
||||
};
|
||||
nativeBuildInputs = [ git go hugo ];
|
||||
buildPhase = "hugo -d $out";
|
||||
outputHashAlgo = "sha256";
|
||||
outputHashMode = "recursive";
|
||||
outputHash = "sha256-d0I7CJLNea9QCGvrKh+LAXsrR+olj8OFmhRgSHZGPU0=";
|
||||
outputHash = "sha256-icJv4zvaioxj9Ego0rDIFSm1PXRhAMsxmtYJj0H0+8Y=";
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue