Fix tarball evaluation

http://hydra.nixos.org/build/51460386

This seems the path of least resistance. Adding "x86_64-darwin" to
supportedSystems causes other errors.
This commit is contained in:
Tuomas Tynkkynen 2017-04-11 13:45:29 +03:00
parent 3bbe26cf5f
commit 7f8202bf83

View file

@ -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"
]