From 4f6159028494674ad807b5367d8fdb96c0408821 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 14 Nov 2020 11:07:12 -0500 Subject: Add prices to ledger --- lib/common.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/common.nix') 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"; }; -- cgit v1.2.3