diff options
author | Ben Sima <ben@bsima.me> | 2019-05-12 14:04:41 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-05-12 14:06:47 -0700 |
commit | 62064f5dbe780a9d8d9d79731d1565e31ef8877f (patch) | |
tree | 0a4859db9e76e37be43568f9e4ba78835dbac3c8 | |
parent | f80b644093a19110dc64a79cda26267536ff226d (diff) |
re-enable texlive
-rw-r--r-- | packages.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages.nix b/packages.nix index 38eb4ff..9ca11a3 100644 --- a/packages.nix +++ b/packages.nix @@ -1,5 +1,7 @@ { pkgs }: +# All common packages go here. Linux-specific should go in `linux.nix' + with pkgs; let cmdtree = stdenv.mkDerivation { @@ -43,7 +45,7 @@ hledger-web htop ispell jq -#texlive.combined.scheme-full +texlive.combined.scheme-full ledger libnotify lsof |