Skip to content

Commit

Permalink
Fix tarball evaluation
Browse files Browse the repository at this point in the history
http://hydra.nixos.org/build/51460386

This seems the path of least resistance. Adding "x86_64-darwin" to
supportedSystems causes other errors.
  • Loading branch information
dezgeg committed Apr 11, 2017
1 parent 3bbe26c commit 7f8202b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maintainers/scripts/all-tarballs.nix
Expand Up @@ -14,5 +14,5 @@ removeAttrs (import ../../pkgs/top-level/release.nix
supportedSystems = [ "x86_64-linux" ];
})
[ # Remove jobs whose evaluation depends on a writable Nix store.
"tarball" "unstable"
"tarball" "unstable" "darwin-tested"
]

0 comments on commit 7f8202b

Please sign in to comment.