forked from M-Labs/nix-scripts
web: set zola base url for m-labs-intl.com
This commit is contained in:
parent
0b8533f9e7
commit
05a56da1d3
3
web.nix
3
web.nix
|
@ -8,7 +8,8 @@ in
|
|||
web-intl = pkgs.runCommand "web-intl" {}
|
||||
''
|
||||
cd ${web-src}
|
||||
DOMAINNAME=m-labs-intl.com ${pkgs.zola}/bin/zola build -o $out
|
||||
export DOMAINNAME=m-labs-intl.com
|
||||
${pkgs.zola}/bin/zola build -o $out -u https://$DOMAINNAME
|
||||
'';
|
||||
sphinxcontrib-platformpicker = pkgs.python3Packages.buildPythonPackage rec {
|
||||
pname = "sphinxcontrib-platformpicker";
|
||||
|
|
Loading…
Reference in New Issue