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