mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-25 17:46:14 +01:00
8 lines
177 B
Nix
8 lines
177 B
Nix
{ inputs, ... }:
|
|
{
|
|
flake.overlays.ledger-compat =
|
|
final: prev: {
|
|
ledger-compat = prev.writeShellScriptBin "ledger-hledger" (builtins.readFile ./ledger.sh);
|
|
};
|
|
}
|