stdenv/darwin: switch to the official bootstrap URLs

This commit is contained in:
Vladimír Čunát 2021-07-16 10:44:04 +02:00
parent 1e9175815b
commit f47ee76a6a
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
1 changed files with 1 additions and 2 deletions

View File

@ -23,8 +23,7 @@
else
let
fetch = { file, sha256, executable ? true }: import <nix/fetchurl.nix> {
url = "https://github.com/vcunat/patch-mirror/raw/stdenv/stdenv-darwin/x86_64/05ef940b94fe76e7ac06ea45a625adc8e4be96f9/${file}"; # FIXME: upload below
#url = "http://tarballs.nixos.org/stdenv-darwin/x86_64/05ef940b94fe76e7ac06ea45a625adc8e4be96f9/${file}";
url = "http://tarballs.nixos.org/stdenv-darwin/x86_64/05ef940b94fe76e7ac06ea45a625adc8e4be96f9/${file}";
inherit (localSystem) system;
inherit sha256 executable;
}; in