From c0550af4756c02c0640a1d3bc902199c83a89ae2 Mon Sep 17 00:00:00 2001 From: niten Date: Mon, 30 May 2022 17:35:11 -0700 Subject: [PATCH] Better fuckin print the fuckin name --- mkClojureLib.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkClojureLib.nix b/mkClojureLib.nix index 6a388ab..11a9c62 100644 --- a/mkClojureLib.nix +++ b/mkClojureLib.nix @@ -20,7 +20,7 @@ let target = "$TEMP/target"; in stdenv.mkDerivation { - name = name; + name = builtins.trace name name; src = src;