diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2023-04-11 22:15:36 +0200 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2023-04-11 22:15:36 +0200 |
commit | 72d685a258a8632b6769f033f30ebdea84d612b2 (patch) | |
tree | 5a4d7ad2058e8c9df750741ef59a18a77aa4dd71 /flake.nix | |
parent | ca375cc8af4bb9d3a870dd0ff81e9853be216c87 (diff) | |
parent | 37c9e77a121b39e3073fb89b1bb57e00232f46d8 (diff) | |
download | ledger-72d685a258a8632b6769f033f30ebdea84d612b2.tar.gz ledger-72d685a258a8632b6769f033f30ebdea84d612b2.tar.bz2 ledger-72d685a258a8632b6769f033f30ebdea84d612b2.zip |
Merge branch 'master' into pragma-once
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ description = "A double-entry accounting system with a command-line reporting interface"; nixConfig.bash-prompt = "ledger$ "; + outputs = { self, nixpkgs }: let usePython = true; gpgmeSupport = true; |