~ruther/nix-fpga

ref: feat/lattice-diamond nix-fpga/pkgs/intel/quartus/fhs-shell.nix -rw-r--r-- 168 bytes
de954459 — Rutherther feat: add lattice-diamond 1 year, 9 months 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 "$@"
''