Skip to content

Commit

Permalink
nix-info: fix nixpkgs tarball evaluation
Browse files Browse the repository at this point in the history
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

(cherry picked from commit 9805818)
  • Loading branch information
fpletz committed Oct 17, 2017
1 parent e6c5f30 commit 422be29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/tools/nix/info/default.nix
Expand Up @@ -34,4 +34,8 @@ stdenv.mkDerivation {
mkdir -p $out/bin
cp ./nix-info $out/bin/nix-info
'';

meta = {
platforms = lib.platforms.all;
};
}

0 comments on commit 422be29

Please sign in to comment.