~ruther/nix-fpga

ref: 14b7f973e240c09fc2630466db3f1004201eccc1 nix-fpga/pkgs/intel/quartus/fhs-shell.nix -rw-r--r-- 168 bytes
14b7f973 — Rutherther fix: quartus on wayland 8 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 "$@"
''
Do not follow this link