forked from M-Labs/nix-scripts
Compare commits
No commits in common. "c7cafe6e61846a24646fdca31ec8ce844e715cdb" and "3ec9d18b5878359eae843675b3ff8cb727b08c56" have entirely different histories.
c7cafe6e61
...
3ec9d18b58
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, isePath ? "/opt/Xilinx/14.7/ISE_DS", vivadoPath ? "/opt/Xilinx/Vivado/2022.2" }:
|
||||
{ pkgs, isePath ? "/opt/Xilinx/14.7/ISE_DS", vivadoPath ? "/opt/Xilinx/Vivado/2021.2" }:
|
||||
rec {
|
||||
ise = let
|
||||
makeXilinxEnv = name: pkgs.buildFHSUserEnv {
|
||||
|
|
2
web.nix
2
web.nix
|
@ -8,7 +8,7 @@ in
|
|||
web-intl = pkgs.runCommand "web-intl" {}
|
||||
''
|
||||
cd ${web-src}
|
||||
DOMAINNAME=m-labs.hk ${pkgs.zola}/bin/zola build -o $out
|
||||
DOMAINNAME=m-labs-intl.com ${pkgs.zola}/bin/zola build -o $out
|
||||
'';
|
||||
sphinxcontrib-platformpicker = pkgs.python3Packages.buildPythonPackage rec {
|
||||
pname = "sphinxcontrib-platformpicker";
|
||||
|
|
Loading…
Reference in New Issue