all-tarballs: fixup evaluation (and the tarball job)

This commit is contained in:
Vladimír Čunát 2017-04-14 10:31:31 +02:00
parent 42fd72091e
commit 304d30ce3f
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

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