enable hydra

This commit is contained in:
jopejoe1 2025-06-02 20:42:13 +02:00
parent f609b0212c
commit 295fe0f23d
4 changed files with 22 additions and 3 deletions

View file

@ -88,5 +88,9 @@
};
}
);
hydraJobs = {
inherit (self)
packages formatter nixosConfigurations;
};
};
}