lang/org: add nix install instructions to README

This commit is contained in:
Henrik Lissner 2019-06-28 19:45:05 +02:00
parent 79db8c8958
commit 7f5d961d89
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -153,7 +153,13 @@ pacman -S texlive-core texlive-bin texlive-science
pacman -S gnuplot
#+END_SRC
** TODO NixOS
** NixOS
#+BEGIN_SRC nix
environment.systemPackages = with pkgs; [
# any less than medium isn't guaranteed to work
texlive.combined.scheme-medium
];
#+END_SRC
** TODO Windows