forked from M-Labs/nix-scripts
Compare commits
2 Commits
pounder-pa
...
master
Author | SHA1 | Date |
---|---|---|
Sebastien Bourdeauducq | 05a56da1d3 | |
Sébastien Bourdeauducq | 0b8533f9e7 |
3
web.nix
3
web.nix
|
@ -8,7 +8,8 @@ in
|
|||
web-intl = pkgs.runCommand "web-intl" {}
|
||||
''
|
||||
cd ${web-src}
|
||||
DOMAINNAME=m-labs.hk ${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