mirror of
https://github.com/0xrsydn/nix-hermes-agent.git
synced 2026-08-07 00:53:52 +00:00
chore: rename to nix-hermes-agent
This commit is contained in:
parent
5930ea925d
commit
5b49310049
1 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# nix-hermes
|
# nix-hermes-agent
|
||||||
|
|
||||||
Declarative Nix package and NixOS module for [Hermes Agent](https://github.com/NousResearch/hermes-agent) by Nous Research.
|
Declarative Nix package and NixOS module for [Hermes Agent](https://github.com/NousResearch/hermes-agent) by Nous Research.
|
||||||
|
|
||||||
|
|
@ -10,7 +10,7 @@ Everything is configured in Nix. Config, documents, secrets, service — one `ni
|
||||||
|
|
||||||
```nix
|
```nix
|
||||||
{
|
{
|
||||||
inputs.nix-hermes.url = "github:0xrsydn/nix-hermes";
|
inputs.nix-hermes.url = "github:0xrsydn/nix-hermes-agent";
|
||||||
|
|
||||||
outputs = { self, nixpkgs, nix-hermes, ... }: {
|
outputs = { self, nixpkgs, nix-hermes, ... }: {
|
||||||
nixosConfigurations.myhost = nixpkgs.lib.nixosSystem {
|
nixosConfigurations.myhost = nixpkgs.lib.nixosSystem {
|
||||||
|
|
@ -249,10 +249,10 @@ See the [full config reference](https://raw.githubusercontent.com/NousResearch/h
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Run directly
|
# Run directly
|
||||||
nix run github:0xrsydn/nix-hermes -- --help
|
nix run github:0xrsydn/nix-hermes-agent -- --help
|
||||||
|
|
||||||
# In a dev shell
|
# In a dev shell
|
||||||
nix develop github:0xrsydn/nix-hermes
|
nix develop github:0xrsydn/nix-hermes-agent
|
||||||
|
|
||||||
# Use the overlay
|
# Use the overlay
|
||||||
nixpkgs.overlays = [ nix-hermes.overlays.default ];
|
nixpkgs.overlays = [ nix-hermes.overlays.default ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue