Specify jekyll environment on build.
parent
ad6e70f999
commit
a4d83776c3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue