How do you build an executable from haskell packages (which use stack / cabal) in nix?

前端 未结 0 703
滥情空心
滥情空心 2020-12-09 16:29

I would like something similar to this:

shell.nix

{ pkgs ? import  {} }:
let
  threadscope = ...
  speedscope = ...
in
  st         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题