Reapply "Merge remote-tracking branch 'origin/dev' into stripe_recurring"

This reverts commit 37d2a695a7.
This commit is contained in:
Arc
2025-09-26 11:49:42 +01:00
parent 37d2a695a7
commit 1f46545dea
31 changed files with 3105 additions and 27 deletions
+2 -1
View File
@@ -139,9 +139,10 @@
replaceVars = prev.replaceVars or (path: vars: prev.substituteAll ({ src = path; } // vars));
};
# System-specific nixos modules to avoid circular dependency
nixosModules.default = { pkgs, lib, config, ... }: {
imports = [ "${./nix/modules/lnbits-service.nix}" ];
nixpkgs.overlays = [ self.overlays.default ];
nixpkgs.overlays = [ self.overlays.${system}.default ];
};
checks = { };