style: fix nixfmt formatting in flake.nix

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Rasyidan Akbar F. 2026-03-22 15:37:57 +07:00
commit 027881ced6

View file

@ -30,11 +30,12 @@
inherit pkgs;
inherit (self.packages.${system}) hermes-agent;
})
// (lib.mapAttrs' (name: value: lib.nameValuePair "nightly-${name}" value)
(import ./checks.nix {
// (lib.mapAttrs' (name: value: lib.nameValuePair "nightly-${name}" value) (
import ./checks.nix {
inherit pkgs;
hermes-agent = self.packages.${system}.hermes-agent-nightly;
}))
}
))
// {
skills-coexistence = import ./tests/skills-coexistence.nix {
inherit self nixpkgs system;