diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2023-04-09 21:48:04 +0200 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2023-04-10 11:04:27 +0200 |
commit | 2bfe283b68dabfa6cfcbc3e46ab619a222354a6a (patch) | |
tree | 4e1f62fdc1198431228f9431552af0d7c3c96a2b /flake.nix | |
parent | 75c1aeb269285a41c388e416ed1cb5f1108ddb44 (diff) | |
download | fork-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.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; |