Allow overriding the tarball fetcher
This commit is contained in:
parent
0f9255e01c
commit
6ef9397736
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue