On non-x86 architectures (for example, aarch64) the installation of home-manager fails indicating that it is attempting to select i686 packages for Linux and those aren't available. Solution: make the condition for choosing these packages stricter
Nixpkgs added an assertion on pkgsi686Linux [1] to avoid evaluating it pkgsi686Linux on non-Linux systems. [1] ad20a4a1c3
ad20a4a1c3
traceValIfNot
The `traceValIfNot` function is deprecated in Nixpkgs master. Instead use `traceSeqN`. Fixes #301