Victor Borja
Victor Borja
Done! Now you have admin right on this repo and its hex.pm package. > `Adding owner k-asm with ownership level full to params`
Looks like GitHub only lets me add as collaborator, unless the repo was transferred outside of my personal account (eg, to an org where I guess other kind of roles...
Hi, Just for reference, here's my [packages/os-rebuild.nix](https://github.com/vic/vix/blob/3a304f/packages/os-rebuild.nix) that works as your second example CLI. When running on an `x86_64-linux`, using `--help` will list all hosts defined for the same system....
I use ssh-agent and everything works well *except* when I just boot into my desktop session and forget to `jj git fetch` or anything outside jjui so I get asked...
I've been digging into the source to find the root cause, and I believe I have found the problem, however I'm a bit unsure on how to properly fix it....
The `43` value ( `latest-43-` ) used by the search.nixos.org frontend is read from the environment as `elasticsearchMappingSchemaVersion`, https://github.com/search?q=repo%3ANixOS%2Fnixos-search%20elasticsearchMappingSchemaVersion&type=code so I'm guessing they bump that version number whenever they add...
This is it, the file where `43` is defined on their frontend: https://github.com/NixOS/nixos-search/blob/main/VERSION (changed to 43 two days ago, precisely when we started getting dups) we could download that file...
Pushed a minimal PR that fixes this issue: https://github.com/peterldowns/nix-search-cli/pull/20 It uses a fixed schemaVersion, and now results are back to normal. If you prefer the schemaVersion not to be hardcoded...
Grepping for latest-*-nixos-unstable aliases, matches twice once for schemaVersion 42 and one for schemaVersion 43. So I guess whenever we get a new schema version another `latest-` alias will be...
ping @peterldowns