Compare commits
No commits in common. "main" and "v2.0.2" have entirely different histories.
2 changed files with 3 additions and 12 deletions
|
|
@ -26,7 +26,6 @@ sops.templates."actualbudget-report-env".content = ''
|
|||
SMTP_USERNAME=
|
||||
SMTP_PASSWORD=
|
||||
SMTP_HOST=
|
||||
SMTP_PORT=
|
||||
SMTP_RECIPIENTS=
|
||||
BUDGET_ENCRYPTION_KEY=
|
||||
'';
|
||||
|
|
|
|||
14
flake.nix
14
flake.nix
|
|
@ -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=";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue