fix nix build script

main
n0emis 2 years ago
parent af4c29d542
commit 166ec849f9
Signed by: n0emis
GPG Key ID: 00FAF748B777CF10

@ -20,11 +20,10 @@
buildPhase = ''
mkdir -p themes
ln -s ${papermod} themes/PaperMod
hugo --minify
'';
installPhase = ''
cp -r public $out
mkdir $out
hugo --minify --destination $out
'';
dontInstall = true;
};
};
} // (

Loading…
Cancel
Save