Update `beancount-clipper` to 0.5.3
Update `beancount-budget` to 0.19.3
Update `beancount-stubs` to 0.1.5
This is the flake I use when journaling in Beancount. It comes with:
fava
patched with fava-dashboards
,budget
and categorize
,daff
for cleaner budget CSV diffs, andI keep this flake in its own repo so I can work on it without decrypting my Beancount data volume.
nix develop sourcehut:~goorzhel/beancount-flake
Adding a flake.nix
to your journaling directory means all your Beancount data
gets leaked to the Nix store.
pkgs = import nixpkgs {
inherit system;
overlays = [
beanflake.overlays.default # for Python environment
beanflake.overlays.fava # for patched Fava
];
};