Replies: 2 comments
-
Thank you! Honestly, I am ignorant about Nix, so I have no idea if this file should be included in the repository. Do you think we should include it? If so, I have a few questions:
|
Beta Was this translation helpful? Give feedback.
-
Caveat -- I'm no Nix expert! I mostly created the flake.nix because I run NixOS and running binary applications (like TinyTeX) needs some help to work out of the box because NixOS is so different. This flake allows people running Nix (standalone) or NixOS to use rendercv without needing to install anything else on their system. To you specific questions:
Nix is a pretty addictive rabbit hole because you can really see the power in its declarative nature. Steeeep learning curve though, not gonna lie! I have several servers all happily running services using NixOS with a few podman services thrown in for specific applications that weren't already available in Nix Packages. No pressure for adding the flake.nix! Happy to chat more about it. |
Beta Was this translation helpful? Give feedback.
-
Would you be open to a PR adding a flake.nix file and associated documentation edits? This would allow people using Nix or NixOS the ability to run either
nix develop
to install rendercv in a python venv and use the included TinyTex, or to runnix develop .#latex
to install a full latex environment on their machine to use with the--use-local-latex-command
flag?Here is the file if you are curious:
Thanks for a great project!
Beta Was this translation helpful? Give feedback.
All reactions