mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			187 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			187 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| { inputs, ... }:
 | |
| {
 | |
|   imports = [
 | |
|     (inputs.git-hooks + /flake-module.nix)
 | |
|   ];
 | |
|   perSystem = { ... }: {
 | |
|     pre-commit.settings.hooks = {
 | |
|       nixpkgs-fmt.enable = true;
 | |
|     };
 | |
|   };
 | |
| }
 | 
