Compare commits

..

No commits in common. "main" and "v2.0.2" have entirely different histories.
main ... v2.0.2

2 changed files with 3 additions and 12 deletions

View file

@ -26,7 +26,6 @@ sops.templates."actualbudget-report-env".content = ''
SMTP_USERNAME=
SMTP_PASSWORD=
SMTP_HOST=
SMTP_PORT=
SMTP_RECIPIENTS=
BUDGET_ENCRYPTION_KEY=
'';

View file

@ -24,15 +24,7 @@
"aarch64-darwin"
"x86_64-darwin"
];
flake = {
nixosModules.default = ./modules/actualbudget-report;
hydraJobs = {
inherit (self)
packages
;
};
};
flake.nixosModules.default = ./modules/actualbudget-report;
perSystem =
{
config,
@ -50,8 +42,8 @@
domain = "git.wanderingcrow.net";
owner = "TheWanderingCrow";
repo = "actualbudget-report";
rev = "v2.0.2";
hash = "sha256-vnd1RvlMD4WOLtXpIOiPxuDxvHoBQVTP/8l/OMWR5No=";
rev = "v2.0.1";
hash = "sha256-FytoZUN8g3ilzTa1xKEbsCaZiHHz0QMGVbS+NYow920=";
};
vendorHash = "sha256-NHTKwUSIbNCUco88JbHOo3gt6S37ggee+LWNbHaRGEs=";
};