mirror of
https://codeberg.org/puppe/financier-nix.git
synced 2025-12-20 00:12:17 +01:00
4 lines
87 B
Nix
4 lines
87 B
Nix
|
|
final: prev: {
|
||
|
|
financier-dist = import ./dist.nix { inherit (prev) pkgs system; };
|
||
|
|
}
|