lang/org: add nix install instructions to README
This commit is contained in:
parent
79db8c8958
commit
7f5d961d89
1 changed files with 7 additions and 1 deletions
|
@ -153,7 +153,13 @@ pacman -S texlive-core texlive-bin texlive-science
|
||||||
pacman -S gnuplot
|
pacman -S gnuplot
|
||||||
#+END_SRC
|
#+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
|
** TODO Windows
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue