But first, include the writeShellScript function.

This commit is contained in:
niten 2022-05-30 17:03:18 -07:00
parent 046353e691
commit 15ea81d6d1
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ lib, stdenv, callPackage, clojure, jre, build-tools-jar, writeTextDir, toEDN { lib, stdenv, callPackage, clojure, jre, build-tools-jar, writeTextDir
}: , writeShellScript, toEDN }:
{ src, name, group, version, clj-deps, src-paths }: { src, name, group, version, clj-deps, src-paths }:
with lib; with lib;