Now, if a package from GitHub has many dependencies, it results in a very long line after propagatedBuildInputs = builtins.attrValues. It's possible in nix to have each of these packages on a separate line, which significantly improves code readability.
Now, if a package from GitHub has many dependencies, it results in a very long line after
propagatedBuildInputs = builtins.attrValues
. It's possible innix
to have each of these packages on a separate line, which significantly improves code readability.For example,