forked from M-Labs/nix-scripts
Build website for m-labs-intl domain
Signed-off-by: Egor Savkin <es@m-labs.hk>
This commit is contained in:
parent
938f48d392
commit
3ec9d18b58
5
web.nix
5
web.nix
|
@ -5,6 +5,11 @@ let
|
|||
in
|
||||
rec {
|
||||
web = pkgs.runCommand "web" {} "cd ${web-src}; ${pkgs.zola}/bin/zola build -o $out";
|
||||
web-intl = pkgs.runCommand "web-intl" {}
|
||||
''
|
||||
cd ${web-src}
|
||||
DOMAINNAME=m-labs-intl.com ${pkgs.zola}/bin/zola build -o $out
|
||||
'';
|
||||
sphinxcontrib-platformpicker = pkgs.python3Packages.buildPythonPackage rec {
|
||||
pname = "sphinxcontrib-platformpicker";
|
||||
version = "1.3";
|
||||
|
|
Loading…
Reference in New Issue