vivado.nix: revert accidentally committed part

pull/1/head
Sebastien Bourdeauducq 2019-04-26 17:01:26 +08:00
parent 86e0299200
commit 40eced0136
1 changed files with 1 additions and 1 deletions

View File

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