diff --git a/blog-lothy-recette.nix b/blog-lothy-recette.nix index 77e038f..cf3cdf7 100644 --- a/blog-lothy-recette.nix +++ b/blog-lothy-recette.nix @@ -7,11 +7,16 @@ stdenv.mkDerivation rec { version = "MASTER"; name = "blog-gallery-${version}"; - src = fetchTarball { - url = "https://gogs.prunetwork.fr/lothy/recette-cuisine/archive/master.tar.gz"; + #src = fetchTarball { + # url = "https://gogs.prunetwork.fr/lothy/recette-cuisine/archive/master.tar.gz"; + #}; + + src = fetchgit { + url = "https://gogs.prunetwork.fr/lothy/recette-cuisine.git"; + sha256 = "1kfjwx095hm80qzjvchnbikm3xc4j6vfzbnfc3yrrk2qc6lz0ghc"; }; - buildInputs = [ jekyll ]; + buildInputs = [ pkgs.jekyll ]; buildPhase = "jekyll build"; installPhase = "cp -R _site \$out";