1 2 3 4 5 6 7 8 9 10 11 12 13
{ pkgs, ... }: pkgs.nix.buildLisp.program { name = "wc"; srcs = [ ./wc.lisp ]; deps = with pkgs.third_party.lisp; [ iterate ]; }