mirror of
https://codeberg.org/puppe/financier-nix.git
synced 2025-12-20 00:12:17 +01:00
We accidentally used to rely on the src for financier not having been garbage-collected.
4 lines
No EOL
108 B
Nix
4 lines
No EOL
108 B
Nix
{
|
|
fetchFinancier = { fetchgit, meta ? import ./meta.nix }:
|
|
fetchgit { inherit (meta) url rev sha256; };
|
|
} |