update vivado

master
Sebastien Bourdeauducq 2019-11-03 15:02:48 +08:00
parent 5d88fd2aa4
commit e51524d3f5
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/2018.3" }:
{ pkgs, vivadoPath ? "/opt/Xilinx/Vivado/2019.2" }:
pkgs.buildFHSUserEnv {
name = "vivado";