docs: point template + install docs at the real Omnixient repo

Replace the <your-org> placeholders with the actual public URL
(git+https://git.atitlan.io/aiolabs/omnixient, https so forkers need no
SSH), and switch the packs standalone-import example from git+ssh to the
same https URL.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Padreug 2026-06-28 11:45:27 +02:00
commit a31369fea8
4 changed files with 9 additions and 9 deletions

View file

@ -93,7 +93,7 @@ flake as an input and import just the pack you want:
```nix
# your own flake.nix
inputs.omni.url = "git+ssh://forgejo@git.atitlan.io/aiolabs/omnixient";
inputs.omni.url = "git+https://git.atitlan.io/aiolabs/omnixient";
# your host's modules
{