financier-nix/helpers.nix

4 lines
108 B
Nix
Raw Normal View History

{
fetchFinancier = { fetchgit, meta ? import ./meta.nix }:
fetchgit { inherit (meta) url rev sha256; };
}