From 725517a035a7645d27e5cb9657e916ee49343a6f Mon Sep 17 00:00:00 2001 From: schweby Date: Thu, 1 Jul 2021 18:55:12 +0200 Subject: [PATCH] sources: pin hexchen repo --- nix/sources.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nix/sources.json b/nix/sources.json index dcded66..ab567f8 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -71,7 +71,10 @@ "branch": "main", "repo": "https://gitlab.com/hexchen/nixfiles.git", "rev": "83b511d9a3754ded187891c711b3dbbef82887d3", - "type": "git" + "sha256": "1024vl0bgmcb8g91pqcqc601xh90nxp82p0z9imp11fwb1fx7756", + "type": "tarball", + "url": "https://gitlab.com/hexchen/nixfiles/-/archive/83b511d9a3754ded187891c711b3dbbef82887d3/nixfiles-83b511d9a3754ded187891c711b3dbbef82887d3.tar.gz", + "url_template": "/-/archive/.tar.gz" }, "nixos-mailserver": { "ref": "nixos-20.09",