~ruther/nix-fpga

ref: f618f1a0e7c1ac5e3ff8b6b99ecc006cdcaef8bc nix-fpga/pkgs/questa/fhs-shell.nix -rw-r--r-- 207 bytes
f618f1a0 — Rutherther docs: update information about ISE since cable is fixed 1 year, 3 months 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