mirror of
https://github.com/0xrsydn/nix-hermes-agent.git
synced 2026-08-07 00:53:52 +00:00
style: fix nixfmt formatting in flake.nix
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
22fb4d0195
commit
027881ced6
1 changed files with 6 additions and 5 deletions
11
flake.nix
11
flake.nix
|
|
@ -30,11 +30,12 @@
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
inherit (self.packages.${system}) hermes-agent;
|
inherit (self.packages.${system}) hermes-agent;
|
||||||
})
|
})
|
||||||
// (lib.mapAttrs' (name: value: lib.nameValuePair "nightly-${name}" value)
|
// (lib.mapAttrs' (name: value: lib.nameValuePair "nightly-${name}" value) (
|
||||||
(import ./checks.nix {
|
import ./checks.nix {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
hermes-agent = self.packages.${system}.hermes-agent-nightly;
|
hermes-agent = self.packages.${system}.hermes-agent-nightly;
|
||||||
}))
|
}
|
||||||
|
))
|
||||||
// {
|
// {
|
||||||
skills-coexistence = import ./tests/skills-coexistence.nix {
|
skills-coexistence = import ./tests/skills-coexistence.nix {
|
||||||
inherit self nixpkgs system;
|
inherit self nixpkgs system;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue