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:
parent
78fb9b4b30
commit
a31369fea8
4 changed files with 9 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# My Omnixient config
|
||||
|
||||
Generated from Omnixient's starter template (`nix flake init -t github:<your-org>/omnixient`).
|
||||
Generated from Omnixient's starter template (`nix flake init -t git+https://git.atitlan.io/aiolabs/omnixient`).
|
||||
You consume Omnixient as a flake **input** — you do not fork it — so
|
||||
`nix flake update omni` pulls upstream changes without ever touching
|
||||
your files.
|
||||
|
|
@ -32,7 +32,7 @@ sudo nixos-rebuild switch --flake .#myhost
|
|||
|
||||
This can't conflict with your config — Omnixient is an input, not a checkout.
|
||||
Roll back by reverting `flake.lock`. Pin a release with
|
||||
`omni.url = "github:<your-org>/omnixient/v1.0.0"`.
|
||||
`omni.url = "git+https://git.atitlan.io/aiolabs/omnixient?ref=v1.0.0"`.
|
||||
|
||||
## Secrets (optional)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue