diff --git a/flake.nix b/flake.nix index dfaa2df..3d96a69 100644 --- a/flake.nix +++ b/flake.nix @@ -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,