vivado.nix: use correct version

cw_custom
Ada 2022-04-05 17:11:32 -06:00
parent e671bf3faf
commit 8c1cf27d9b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Install Vivado in /opt and add to /etc/nixos/configuration.nix:
# nix.sandboxPaths = ["/opt"];
{ pkgs, vivadoPath ? "/opt/Xilinx/Vivado/2020.1" }:
{ pkgs, vivadoPath ? "/opt/Xilinx/Vivado/2021.1" }:
pkgs.buildFHSUserEnv {
name = "vivado";