vivado.nix: revert accidentally committed part

This commit is contained in:
Sebastien Bourdeauducq 2019-04-26 17:01:26 +08:00
parent 86e0299200
commit 40eced0136

View File

@ -22,7 +22,7 @@ let
};
in
{
buildBitstream = { name, src, vivadoPath ? "/home/sb/opt/Xilinx/Vivado/2018.3" }:
buildBitstream = { name, src, vivadoPath ? "/opt/Xilinx/Vivado/2018.3" }:
pkgs.stdenv.mkDerivation {
inherit name src;
phases = [ "buildPhase" ];