add hydraJobs to flake

This commit is contained in:
TheWanderingCrow 2026-01-30 16:10:30 -05:00
parent 3da46bd0a7
commit eb74f08b2c

View file

@ -24,7 +24,15 @@
"aarch64-darwin"
"x86_64-darwin"
];
flake.nixosModules.default = ./modules/actualbudget-report;
flake = {
nixosModules.default = ./modules/actualbudget-report;
hydraJobs = {
inherit (self)
packages
;
};
};
perSystem =
{
config,