nix-info: fix nixpkgs tarball evaluation

error: while evaluating the attribute ‘darwin-tested’ at /build/git-export/lib/attrsets.nix:199:44:
[..]
while evaluating the attribute ‘nix-info.x86_64-darwin’ at /build/git-export/lib/attrsets.nix:199:44:
attribute ‘x86_64-darwin’ missing, at /build/git-export/pkgs/top-level/release.nix:50:15
This commit is contained in:
Franz Pletz 2017-10-17 09:57:19 +02:00
parent 3297ed05cb
commit 9805818d24
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -34,4 +34,8 @@ stdenv.mkDerivation {
mkdir -p $out/bin
cp ./nix-info $out/bin/nix-info
'';
meta = {
platforms = lib.platforms.all;
};
}