...But need to include the function.

This commit is contained in:
niten 2022-05-30 16:47:43 -07:00
parent 809243edbd
commit 8facaac386
1 changed files with 1 additions and 1 deletions

View File

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