Closed flokli closed 4 years ago
@tazjin I assume you mean nix paths realized, not travis artifacts - I don't see any travis artifacts being used.
travis builds the nixery-popcount
attribute, and it succeeds there.
This is due to NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/5271f8dddc0f2e54f55bd2fc1868c09ff72ac980.tar.gz
using go-1.11.12
.
However, it fails with a more recent nixpkgs checkout - compare running nix-build -A nixery-popcount
on HEAD~1
with NIX_PATH
set to something like NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs/archive/c5e6fbd20399873ad7689840d88175d564b06724.tar.gz
(or just don't set it to track your local channel, if that one is recent enough).
Previously, this was failing as follows: