From 6ef9397736efb0f6075188aa3488022d1b85c11d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enis=20Bayramo=C4=9Flu?= Date: Tue, 7 Nov 2023 20:12:58 +0100 Subject: [PATCH] Allow overriding the tarball fetcher --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index bd63229..86ce508 100644 --- a/default.nix +++ b/default.nix @@ -5,7 +5,7 @@ # containing 'defaultNix' (to be used in 'default.nix'), 'shellNix' # (to be used in 'shell.nix'). -{ src, system ? builtins.currentSystem or "unknown-system" }: +{ src, fetchTarball ? builtins.fetchTarball, system ? builtins.currentSystem or "unknown-system" }: let