refactor hydra, convert features to refs

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-04-20 13:34:25 -04:00
committed by Alice Huston
parent 13b39a1d26
commit fbaa1f0ac6
4 changed files with 7 additions and 16 deletions

View File

@ -186,7 +186,7 @@
in
{
inherit (self) outputs;
hydraJobs = import ./.hydra/jobs.nix { inherit inputs outputs; };
hydraJobs = import ./hydra/jobs.nix { inherit inputs outputs; };
formatter = forEachSystem (system: nixpkgs.legacyPackages.${system}.nixfmt-rfc-style);