diff options
author | tv <tv@krebsco.de> | 2022-03-22 00:57:44 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2022-03-22 01:01:35 +0100 |
commit | d4f29dc4ef959952bf762d87fffeb69a789a303a (patch) | |
tree | c11abd5f25f3730f0988bb8ed0272d829659a2d6 | |
parent | caa2a9f4859be99a84f94353d00e967ab8e2e415 (diff) |
lib.haskell.substitutePkgs: fix typo
-rw-r--r-- | lib/haskell.nix | 2 |
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}" |