-
-
Notifications
You must be signed in to change notification settings - Fork 363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation on readthedocs is incompelete #1452
Comments
Thank you for this issue. I was becoming crazy trying to get my hands on NixOps. Now I'll become crazy, but with docs 😆 Just to add a specific use case for those docs, since I didn't find them, I just went and added the flake input and tried to infer what this expects by reading the error messages. However I got to this one:
So I went ahead and visited that link. It turns out it expects me to know what is the state, what it was (legacy) and what plugins are available so I can choose where to store it. But I know none of those things. And the docs don't explain. It's really a bad onboarding experience, I hope it can be improved. I'll go read the 1.7 docs and see if it lets me understand more 😄 |
Yeah, I'm having the same problem. Following https://nixops.readthedocs.io/en/latest/overview.html and using nixopsUnstable (because it seems that's the one I'm supposed to use?)
ok, so I reason that maybe I need to rename trivial-nixos.nix to nixops.nix:
Uhh... so I'm missing something, maybe? Searching the web, I find that maybe I need to do
Then I gave up and searched the github issues... The README.md points me to a manual that has the wrong steps. readthedocs has another manual that has the wrong steps. Where are the docs that say how to actually start using this? It looks like this hasn't had documentation since 2021? I wouldn't mind writing the docs, but I can't even get off the ground. |
FWIW, this very week I experimented a bit with NixOps ("2.0", with flakes), and achieved some success. I'm trying to document it in a writeup article (intended to hopefully become available on a blog I hope to eventually set up — with NixOps nonetheless). It's in a somewhat unpolished/draft state as of yet, but I think it might still be useful to you & others even as-is1, so if you're interested, the current WIP is available at: akavel/scribbles: /_drafts/nixops-howto.md Footnotes
|
The documentation for NixOps latest is incomplete, see [1]. It misses great parts that are available in the documentation for NixOps 1.5 and NixOps 1.7 [2,3]. I was not able to understand how NixOps works from the latest manual, however, it is the first link presented by Google. The manual for NixOps Version 1.8pre3071_2b63a9a [4] can be found via Google, but it also misses a lot of information still available in the manual for NixOps 1.7.
Please correct me, if my statements are wrong! I just wanted to express that it is really hard to find valid resources for learning NixOps. On the other hand, if NixOps is superseded by other tools, it should probably be stated somewhere.
Thank you!
References:
[1] https://nixops.readthedocs.io/en/latest/introduction.html
[2] https://releases.nixos.org/nixops/nixops-1.7/manual/manual.html (which is basically not shown on Google)
[3] https://releases.nixos.org/nixops/nixops-1.5/manual/manual.html
[4] https://hydra.nixos.org/build/115931128/download/1/manual/manual.html (is there a better link available?)
The text was updated successfully, but these errors were encountered: