Fuckin hurry

This commit is contained in:
niten 2022-05-30 17:37:00 -07:00
parent 6c42b8a4ef
commit b23521270e
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ in stdenv.mkDerivation {
nativeBuildInputs = [ clojure jre ];
buildInputs = (map (x: x.paths) clj-deps.packages);
buildPhase = let script-call = "${script}";
buildPhase = let script-call = "${build-script}";
in builtins.trace script-call script-call;
installPhase = ''