From 8116495b1481a9fa24c8265d44edd2c5e551fbbf Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Fri, 12 Nov 2021 09:18:04 -0500 Subject: [PATCH] bump to a mach-nix that just ignores direct references I dunno if this is the right solution but it makes the build work again. Hopefully upstream will come up with a good fix of their own. --- nix/sources.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nix/sources.json b/nix/sources.json index 0068d88..de6daf5 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -3,12 +3,12 @@ "branch": "master", "description": "Create highly reproducible python environments", "homepage": "", - "owner": "DavHau", + "owner": "PrivateStorageio", "repo": "mach-nix", - "rev": "dc94135e31d5c90c40a00a6cbdf9330526e8153b", - "sha256": "08l7v0hn9cs8irda0kd55c6lmph3an2i7p47wh2d48hza9pipckr", + "rev": "4d2cc6c", + "sha256": "03xabrwzbby6dcp3w4li7p9cxsca5n2jlz452sz7r4h1n5sx9mwg", "type": "tarball", - "url": "https://github.com/DavHau/mach-nix/archive/dc94135e31d5c90c40a00a6cbdf9330526e8153b.tar.gz", + "url": "https://github.com/PrivateStorageio/mach-nix/archive/4d2cc6c.tar.gz", "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" }, "niv": { -- GitLab