financier-nix/helpers.nix

5 lines
112 B
Nix
Raw Normal View History

{
2021-07-31 16:58:29 +02:00
fetchFinancier = { fetchgit, meta ? import ./meta.nix }:
fetchgit { inherit (meta) url rev sha256; };
}