From 3be72cd2dc1b2b1c18ee4025b1ad6e6a5debe014 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 4 Dec 2024 22:14:08 +0800 Subject: [PATCH] update vivado --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 962210d..eb95c2d 100644 --- a/flake.nix +++ b/flake.nix @@ -96,7 +96,7 @@ freetype fontconfig ]; - profile = "set -e; source /opt/Xilinx/Vivado/2022.2/settings64.sh"; + profile = "set -e; source /opt/Xilinx/Vivado/2024.2/settings64.sh"; runScript = "vivado"; };