Tag: nixpkgs
-
Nix: Over-riding Python Derivation Tests
As a result of using a Mac, I sometimes find that certain nix derivations don’t build successfully. Almost always this is because of failing tests of obscure corner cases due to some quirk of the operating system, compared to Linux. In every case so far, the package has turned out to be perfectly functional. This…