Compare commits

...

1 commit

Author SHA1 Message Date
Enis Bayramoğlu 6ef9397736
Allow overriding the tarball fetcher 2023-11-07 20:12:58 +01:00

View file

@ -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