diff options
author | Ben Sima <ben@bsima.me> | 2020-11-14 11:07:12 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-11-14 11:11:28 -0500 |
commit | 4f6159028494674ad807b5367d8fdb96c0408821 (patch) | |
tree | eb5a2d743abfdc8df3b83c398c0200c711326ca7 /lib | |
parent | eacaee1089f11b1b8d6370c455b7167e4c2f369b (diff) |
Add prices to ledger
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common.nix b/lib/common.nix index f84c5e8..2fe1787 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -33,6 +33,7 @@ in source = builtins.toFile "hledger.journal" '' !include ${homedir}/org/fund/accounts.journal !include ${homedir}/org/fund/2019.10.journal + !include ${homedir}/org/fund/prices.journal ''; target = ".hledger.journal"; }; |