Specify jekyll environment on build.

main
Joshua Potter 2024-01-10 12:26:17 -07:00
parent ad6e70f999
commit a4d83776c3
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
buildInputs = [ gems gems.wrappedRuby ];
src = ./.;
version = "0.1.0";
installPhase = "jekyll b -d $out";
installPhase = "JEKYLL_ENV=production jekyll b -d $out";
};
default = self.packages.${system}.app;