update Vivado

pull/74/head
Sebastien Bourdeauducq 2021-10-21 11:47:21 +08:00
parent 70d07a336c
commit 7be44217fc
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";