add hydraJobs to flake
This commit is contained in:
parent
3da46bd0a7
commit
eb74f08b2c
1 changed files with 9 additions and 1 deletions
10
flake.nix
10
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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue