~ruther/nix-fpga

ref: 63d383f79633efa8111c6032b2938f2417af66b9 nix-fpga/pkgs/xilinx/vivado/fhs-shell.nix -rw-r--r-- 167 bytes
63d383f7 — Rutherther fix: ncurses library is inside of ncurses.out 8 months ago
                                                                                
1
2
3
4
5
6
7
{ pkgs, lib, myLib }:

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