~ruther/nix-fpga

ref: a9e4e49ebb7a14bc5d564f96c181d7d01a00a950 nix-fpga/pkgs/questa/fhs-shell.nix -rw-r--r-- 207 bytes
a9e4e49e — Rutherther feat: add usb-driver to ISE 1 year, 26 days ago
                                                                                
1
2
3
4
5
6
7
{ pkgs, lib, myLib, licenseInterface ? "" }:

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