1
0
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Egor Savkin c7cafe6e61 Temporary upload website to intl with m-labs.hk
Signed-off-by: Egor Savkin <es@m-labs.hk>
2024-08-14 16:49:08 +08:00
Sébastien Bourdeauducq e9432e25cb gluelogic: update vivado 2024-07-28 11:54:28 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ pkgs, isePath ? "/opt/Xilinx/14.7/ISE_DS", vivadoPath ? "/opt/Xilinx/Vivado/2021.2" }:
{ pkgs, isePath ? "/opt/Xilinx/14.7/ISE_DS", vivadoPath ? "/opt/Xilinx/Vivado/2022.2" }:
rec {
ise = let
makeXilinxEnv = name: pkgs.buildFHSUserEnv {

View File

@ -8,7 +8,7 @@ in
web-intl = pkgs.runCommand "web-intl" {}
''
cd ${web-src}
DOMAINNAME=m-labs-intl.com ${pkgs.zola}/bin/zola build -o $out
DOMAINNAME=m-labs.hk ${pkgs.zola}/bin/zola build -o $out
'';
sphinxcontrib-platformpicker = pkgs.python3Packages.buildPythonPackage rec {
pname = "sphinxcontrib-platformpicker";