mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
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:
@@ -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"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user