-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
Fix xrefs #402
Conversation
Backend changes aren't propagated to elasticsearch for the automated deployments. I've triggered the nixpkgs import workflow on this branch manually now. The rendered description for that option is <rendered-docbook><p>Specify the rules for which files to read on the host. This is an advanced option. If you're looking to configure user keys, you can generally use <a href="https://search.nixos.org/options?channel=unstable&show=users.users.<name>.openssh.authorizedKeys.keys&query=users.users.<name>.openssh.authorizedKeys.keys">users.users.<name>.openssh.authorizedKeys.keys</a> or <a href="https://search.nixos.org/options?channel=unstable&show=users.users.<name>.openssh.authorizedKeys.keyFiles&query=users.users.<name>.openssh.authorizedKeys.keyFiles">users.users.<name>.openssh.authorizedKeys.keyFiles</a>. These are paths relative to the host root file system or home directories and they are subject to certain token expansion rules. See AuthorizedKeysFile in man sshd_config for details.</p>
</rendered-docbook>
which looks correct. I've checked a few different cases manually myself. |
Just rebased on latest main containing b6f1dc9, which affects |
Hm, I bumped the VERSION file and it seems to have successfully imported the new options but the changes still aren't visible. Not sure how this works. |
For what I can tell it's showing correctly here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to work fine as far a s I can tell
Do we need to change something in the guess method whether to run pandoc or not?
Indeed. I don't really understand how the frontend connects to the backend. EDIT: never mind, it's just that the version needs to match between frontend and backend, so only the latest deployment could see the changes. |
I don't think so |
Clicking the link changes the URL in the address bar but does not change the search until I refresh the page in Firefox. (Probably the same issue as back/forward browser buttons not working.) |
Opened #403 |
A temporary fix for points 1 and 2 of #303.
This is bad for many reasons:
unstable
as the channel to use in links. Otherwise we would need to pass the channel name along all the way to therender
function, which requires some refactoring.render
. I don't know enough Rust to figure out how to make the file persist between calls while still being deleted on exit. Also, maybe it would be better to ship those files (fix-xrefs.lua
,flake_info.nix
,packages-config.nix
) in theflake_info
package directly instead of using temporary files....but it should at least fix the immediate issue.
cc @jtojnar