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
|
|
@ -5,7 +5,7 @@
|
|||
# Pin Omnixient. Point this at the canonical repo or your own fork, and
|
||||
# ideally pin a release tag (…/omni/v1.0.0) for reproducible updates:
|
||||
# nix flake update omni # pull the latest Omnixient, never touches your config
|
||||
omni.url = "github:<your-org>/omnixient";
|
||||
omni.url = "git+https://git.atitlan.io/aiolabs/omnixient";
|
||||
# Reuse Omnixient's nixpkgs so you evaluate a single package set.
|
||||
nixpkgs.follows = "omni/nixpkgs";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue