forked from M-Labs/nix-scripts
update Vivado
This commit is contained in:
parent
70d07a336c
commit
7be44217fc
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue