summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2022-03-22 00:57:44 +0100
committertv <tv@krebsco.de>2022-03-22 01:01:35 +0100
commitd4f29dc4ef959952bf762d87fffeb69a789a303a (patch)
treec11abd5f25f3730f0988bb8ed0272d829659a2d6 /lib
parentcaa2a9f4859be99a84f94353d00e967ab8e2e415 (diff)
lib.haskell.substitutePkgs: fix typo
Diffstat (limited to 'lib')
-rw-r--r--lib/haskell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/haskell.nix b/lib/haskell.nix
index b1889ca..2143e9a 100644
--- a/lib/haskell.nix
+++ b/lib/haskell.nix
@@ -35,7 +35,7 @@ rec {
"${pkg}/bin/${exename}"
else
trace (toString [
- "lib.haskell.replacePkg:"
+ "lib.haskell.substitutePkgs:"
"warning:"
"while deriving ${sourceDescription}:"
"no substitute found for ${elemAt parse 1}"