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 = '' buildPhase = ''
mkdir -p themes mkdir -p themes
ln -s ${papermod} themes/PaperMod ln -s ${papermod} themes/PaperMod
hugo --minify mkdir $out
''; hugo --minify --destination $out
installPhase = ''
cp -r public $out
''; '';
dontInstall = true;
}; };
}; };
} // ( } // (

Loading…
Cancel
Save