~ruther/nix-fpga

ref: 360b4f46563b10bbb24d886af4f5f0c33e0f0bed nix-fpga/pkgs/intel/quartus/fhs-shell.nix -rw-r--r-- 168 bytes
360b4f46 — Rutherther docs: add information about other programs in main package binary folder 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