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

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