|
|
|
@ -14,4 +14,9 @@ stdenv.mkDerivation rec {
|
|
|
|
|
buildInputs = [ jekyll ];
|
|
|
|
|
buildPhase = "jekyll build";
|
|
|
|
|
installPhase = "cp -R _site \$out";
|
|
|
|
|
|
|
|
|
|
meta = with stdenv.lib; {
|
|
|
|
|
maintainers = [ "Jean-Pierre PRUNARET <jean-pierre+git@prunetwork.fr>" ];
|
|
|
|
|
platforms = platforms.linux;
|
|
|
|
|
};
|
|
|
|
|
}
|
|
|
|
|