~ruther/nix-fpga

ref: a9e4e49ebb7a14bc5d564f96c181d7d01a00a950 nix-fpga/pkgs/xilinx/vivado/fhs-shell.nix -rw-r--r-- 167 bytes
a9e4e49e — Rutherther feat: add usb-driver to ISE 1 year, 1 month ago
                                                                                
1
2
3
4
5
6
7
{ pkgs, lib, myLib }:

let
  fhs = pkgs.callPackage ./fhs.nix {  inherit myLib; };
in pkgs.writeShellScriptBin "vivado-shell" ''
  exec ${lib.getExe fhs} bash "$@"
''
Do not follow this link