Enhance flake configuration with new modules and updates

- Added `hermes` module to integrate the Hermes agent into the flake.
- Introduced new `ai.nix` module for Ollama service configuration, enabling AI capabilities.
- Updated `flake.lock` to include new dependencies and revisions for `hermes`, `npm-lockfile-fix`, and other related packages.
- Refactored existing flake structure to improve organization and maintainability.
- Enabled `nix-ld` in the host configuration for enhanced linking capabilities.
This commit is contained in:
2026-07-10 17:44:40 -03:00
parent 25cf0167c1
commit 87f839d16a
4 changed files with 190 additions and 16 deletions
+3
View File
@@ -200,6 +200,9 @@
url = "https://flakehub.com/f/AshleyYakeley/NixVirt/*.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
};
hermes = {
url = "github:NousResearch/hermes-agent";
};
};
outputs = inputs: