My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/pkgs/development/lisp-modules/quicklisp-to-nix/invocation.emb

7 lines
343 B

"<% @var filename %>" = buildLispPackage
((f: x: (x // (f x)))
(qlOverrides."<% @var filename %>" or (x: {}))
(import ./quicklisp-to-nix-output/<% @var filename %>.nix {
inherit fetchurl;<% @loop deps %>
"<% @var filename %>" = quicklisp-to-nix-packages."<% @var filename %>";<% @endloop %>
}));