Use the loaded deps, not the path.

This commit is contained in:
niten 2022-05-29 10:35:25 -07:00
parent 4c5662ea1e
commit 83a88ce4d8
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ let
'';
deps = callPackage clj-deps { };
classpath = clj-deps.makeClasspaths { };
classpath = deps.makeClasspaths { };
uberjar-script = writeScript "uberjar-builder.rb" ''
${ruby}/bin/ruby