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_USERNAME=
|
||||||
SMTP_PASSWORD=
|
SMTP_PASSWORD=
|
||||||
SMTP_HOST=
|
SMTP_HOST=
|
||||||
SMTP_PORT=
|
|
||||||
SMTP_RECIPIENTS=
|
SMTP_RECIPIENTS=
|
||||||
BUDGET_ENCRYPTION_KEY=
|
BUDGET_ENCRYPTION_KEY=
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
14
flake.nix
14
flake.nix
|
|
@ -24,15 +24,7 @@
|
||||||
"aarch64-darwin"
|
"aarch64-darwin"
|
||||||
"x86_64-darwin"
|
"x86_64-darwin"
|
||||||
];
|
];
|
||||||
flake = {
|
flake.nixosModules.default = ./modules/actualbudget-report;
|
||||||
nixosModules.default = ./modules/actualbudget-report;
|
|
||||||
hydraJobs = {
|
|
||||||
inherit (self)
|
|
||||||
packages
|
|
||||||
;
|
|
||||||
|
|
||||||
};
|
|
||||||
};
|
|
||||||
perSystem =
|
perSystem =
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
|
|
@ -50,8 +42,8 @@
|
||||||
domain = "git.wanderingcrow.net";
|
domain = "git.wanderingcrow.net";
|
||||||
owner = "TheWanderingCrow";
|
owner = "TheWanderingCrow";
|
||||||
repo = "actualbudget-report";
|
repo = "actualbudget-report";
|
||||||
rev = "v2.0.2";
|
rev = "v2.0.1";
|
||||||
hash = "sha256-vnd1RvlMD4WOLtXpIOiPxuDxvHoBQVTP/8l/OMWR5No=";
|
hash = "sha256-FytoZUN8g3ilzTa1xKEbsCaZiHHz0QMGVbS+NYow920=";
|
||||||
};
|
};
|
||||||
vendorHash = "sha256-NHTKwUSIbNCUco88JbHOo3gt6S37ggee+LWNbHaRGEs=";
|
vendorHash = "sha256-NHTKwUSIbNCUco88JbHOo3gt6S37ggee+LWNbHaRGEs=";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue