{ mkDerivation, base, hakyll, lib, pandoc }: mkDerivation { pname = "ssg"; version = "0.1.0.0"; src = ./.; isLibrary = false; isExecutable = true; executableHaskellDepends = [ base hakyll pandoc ]; license = "unknown"; hydraPlatforms = lib.platforms.none; }