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

This reverts commit 63458ced1e, reversing
changes made to cb3e340a78.
This commit is contained in:
Arc
2025-09-26 11:47:50 +01:00
parent 63458ced1e
commit 37d2a695a7
31 changed files with 27 additions and 3105 deletions
+1 -2
View File
@@ -139,10 +139,9 @@
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.${system}.default ];
nixpkgs.overlays = [ self.overlays.default ];
};
checks = { };