summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2023-04-09 21:48:04 +0200
committerAlexis Hildebrandt <afh@surryhill.net>2023-04-10 11:04:27 +0200
commit2bfe283b68dabfa6cfcbc3e46ab619a222354a6a (patch)
tree4e1f62fdc1198431228f9431552af0d7c3c96a2b /flake.nix
parent75c1aeb269285a41c388e416ed1cb5f1108ddb44 (diff)
downloadfork-ledger-2bfe283b68dabfa6cfcbc3e46ab619a222354a6a.tar.gz
fork-ledger-2bfe283b68dabfa6cfcbc3e46ab619a222354a6a.tar.bz2
fork-ledger-2bfe283b68dabfa6cfcbc3e46ab619a222354a6a.zip
doc: Add support for extra css to api documentation
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index cd71e66a..a992594b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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;