~ruther/nix-fpga

ref: f618f1a0e7c1ac5e3ff8b6b99ecc006cdcaef8bc nix-fpga/pkgs/intel/quartus/fhs-shell.nix -rw-r--r-- 168 bytes
f618f1a0 — Rutherther docs: update information about ISE since cable is fixed 1 year, 30 days ago
                                                                                
1
2
3
4
5
6
7
{ pkgs, lib, myLib }:

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