flake: fix error message when Vivado is not found

pull/1863/merge
Sebastien Bourdeauducq 2022-03-16 21:20:48 +08:00
parent e5e4d55f84
commit c1c2d21ba7
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@
vivado = pkgs.buildFHSUserEnv {
name = "vivado";
targetPkgs = vivadoDeps;
profile = "source /opt/Xilinx/Vivado/2021.1/settings64.sh";
profile = "set -e; source /opt/Xilinx/Vivado/2021.1/settings64.sh";
runScript = "vivado";
};