1
0
mirror of https://github.com/kmein/niveum synced 2026-03-18 02:51:08 +01:00

Package todoist, add grive cron job, add asciidoctor

This commit is contained in:
Kierán Meinhardt
2019-01-13 16:10:29 +01:00
parent 2211d9ef3e
commit 4a8e41b772
5 changed files with 137 additions and 11 deletions

View File

@@ -2,6 +2,7 @@
let
scripts = import ../dot/scripts.nix { inherit pkgs lib; };
daybook = pkgs.callPackage ../packages/daybook.nix {};
todoist = pkgs.callPackage ../packages/todoist {};
unstable = import <nixos-unstable> {};
in with pkgs;
{
@@ -113,10 +114,13 @@ in with pkgs;
realscripts
pbox
stdclsdv
fdsymbol
moderncv
xstring;
})
pandoc
haskellPackages.pandoc-citeproc
asciidoctor
] ++ [ # programming
cloc
gnumake
@@ -160,6 +164,7 @@ in with pkgs;
maxima
] ++ [ # shell
daybook
# todoist
unstable.hledger
jo
jq