mirror of
https://github.com/simplex-chat/haskell.nix.git
synced 2026-06-03 09:17:32 +00:00
2e8af6c7b6
When copy-pasting the modified lines to the `default.nix` file, it will produce the following error: `error: cannot coerce a set to a string, at [...]/default.nix` Making the changes makes it work. Actually, the lines above (untouched in this PR) `fetchTarball "[...]/master.tar.gz"` were correct alread.