~ruther/nix-fpga

ref: de954459eae02429c4b4c1d0da066d1751634c6c nix-fpga/pkgs/lattice/diamond/fhs-shell.nix -rw-r--r-- 208 bytes
de954459 — Rutherther feat: add lattice-diamond 1 year, 19 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 "diamond-shell" ''
  exec ${lib.getExe fhs} bash "$@"
''
Do not follow this link