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 | 2ad9dc3617862d60cd9af4186741a767a7a28c6f (patch) | |
tree | e506687c2428b1bbd52806ce76d0c343dff83a82 /lib | |
parent | 60bdd171f50cd9350f69d7df46049c48070e638d (diff) |
lib.haskell.substitutePkgs: fix typo
Diffstat (limited to 'lib')
-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 b1889caf0..2143e9a32 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}" |