Revert "Merge remote-tracking branch 'origin/dev' into stripe_recurring"
This reverts commit63458ced1e, reversing changes made tocb3e340a78.
This commit is contained in:
@@ -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 = { };
|
||||
|
||||
Reference in New Issue
Block a user