mirror of
				https://github.com/Stunkymonkey/nixos.git
				synced 2025-10-30 01:12:10 +01:00 
			
		
		
		
	flake: rename git-hooks from pre-commit-hooks
This commit is contained in:
		
							parent
							
								
									374374a9a7
								
							
						
					
					
						commit
						6a459f27a9
					
				
					 2 changed files with 36 additions and 36 deletions
				
			
		
							
								
								
									
										66
									
								
								flake.lock
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										66
									
								
								flake.lock
									
										
									
										generated
									
									
									
								
							|  | @ -23,11 +23,11 @@ | |||
|     "flake-compat": { | ||||
|       "flake": false, | ||||
|       "locked": { | ||||
|         "lastModified": 1673956053, | ||||
|         "narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=", | ||||
|         "lastModified": 1696426674, | ||||
|         "narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=", | ||||
|         "owner": "edolstra", | ||||
|         "repo": "flake-compat", | ||||
|         "rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9", | ||||
|         "rev": "0f9255e01c2351cc7d116c072cb317785dd33b33", | ||||
|         "type": "github" | ||||
|       }, | ||||
|       "original": { | ||||
|  | @ -39,11 +39,11 @@ | |||
|     "flake-compat_2": { | ||||
|       "flake": false, | ||||
|       "locked": { | ||||
|         "lastModified": 1696426674, | ||||
|         "narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=", | ||||
|         "lastModified": 1673956053, | ||||
|         "narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=", | ||||
|         "owner": "edolstra", | ||||
|         "repo": "flake-compat", | ||||
|         "rev": "0f9255e01c2351cc7d116c072cb317785dd33b33", | ||||
|         "rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9", | ||||
|         "type": "github" | ||||
|       }, | ||||
|       "original": { | ||||
|  | @ -124,10 +124,34 @@ | |||
|         "type": "github" | ||||
|       } | ||||
|     }, | ||||
|     "git-hooks": { | ||||
|       "inputs": { | ||||
|         "flake-compat": "flake-compat", | ||||
|         "flake-utils": "flake-utils", | ||||
|         "gitignore": "gitignore", | ||||
|         "nixpkgs": [ | ||||
|           "nixpkgs" | ||||
|         ], | ||||
|         "nixpkgs-stable": "nixpkgs-stable" | ||||
|       }, | ||||
|       "locked": { | ||||
|         "lastModified": 1713954846, | ||||
|         "narHash": "sha256-RWFafuSb5nkWGu8dDbW7gVb8FOQOPqmX/9MlxUUDguw=", | ||||
|         "owner": "cachix", | ||||
|         "repo": "git-hooks.nix", | ||||
|         "rev": "6fb82e44254d6a0ece014ec423cb62d92435336f", | ||||
|         "type": "github" | ||||
|       }, | ||||
|       "original": { | ||||
|         "owner": "cachix", | ||||
|         "repo": "git-hooks.nix", | ||||
|         "type": "github" | ||||
|       } | ||||
|     }, | ||||
|     "gitignore": { | ||||
|       "inputs": { | ||||
|         "nixpkgs": [ | ||||
|           "pre-commit-hooks-nix", | ||||
|           "git-hooks", | ||||
|           "nixpkgs" | ||||
|         ] | ||||
|       }, | ||||
|  | @ -179,7 +203,7 @@ | |||
|     }, | ||||
|     "nix": { | ||||
|       "inputs": { | ||||
|         "flake-compat": "flake-compat", | ||||
|         "flake-compat": "flake-compat_2", | ||||
|         "libgit2": "libgit2", | ||||
|         "nixpkgs": "nixpkgs", | ||||
|         "nixpkgs-regression": "nixpkgs-regression" | ||||
|  | @ -452,34 +476,11 @@ | |||
|         "type": "github" | ||||
|       } | ||||
|     }, | ||||
|     "pre-commit-hooks-nix": { | ||||
|       "inputs": { | ||||
|         "flake-compat": "flake-compat_2", | ||||
|         "flake-utils": "flake-utils", | ||||
|         "gitignore": "gitignore", | ||||
|         "nixpkgs": [ | ||||
|           "nixpkgs" | ||||
|         ], | ||||
|         "nixpkgs-stable": "nixpkgs-stable" | ||||
|       }, | ||||
|       "locked": { | ||||
|         "lastModified": 1712897695, | ||||
|         "narHash": "sha256-nMirxrGteNAl9sWiOhoN5tIHyjBbVi5e2tgZUgZlK3Y=", | ||||
|         "owner": "cachix", | ||||
|         "repo": "pre-commit-hooks.nix", | ||||
|         "rev": "40e6053ecb65fcbf12863338a6dcefb3f55f1bf8", | ||||
|         "type": "github" | ||||
|       }, | ||||
|       "original": { | ||||
|         "owner": "cachix", | ||||
|         "repo": "pre-commit-hooks.nix", | ||||
|         "type": "github" | ||||
|       } | ||||
|     }, | ||||
|     "root": { | ||||
|       "inputs": { | ||||
|         "disko": "disko", | ||||
|         "flake-parts": "flake-parts", | ||||
|         "git-hooks": "git-hooks", | ||||
|         "nix": "nix", | ||||
|         "nixinate": "nixinate", | ||||
|         "nixos-generators": "nixos-generators", | ||||
|  | @ -487,7 +488,6 @@ | |||
|         "nixpkgs": "nixpkgs_3", | ||||
|         "nixpkgs-unstable": "nixpkgs-unstable", | ||||
|         "passworts": "passworts", | ||||
|         "pre-commit-hooks-nix": "pre-commit-hooks-nix", | ||||
|         "sops-nix": "sops-nix", | ||||
|         "stunkymonkey": "stunkymonkey" | ||||
|       } | ||||
|  |  | |||
|  | @ -7,8 +7,8 @@ | |||
| 
 | ||||
|     flake-parts.url = "github:hercules-ci/flake-parts"; | ||||
| 
 | ||||
|     pre-commit-hooks-nix = { | ||||
|       url = "github:cachix/pre-commit-hooks.nix"; | ||||
|     git-hooks = { | ||||
|       url = "github:cachix/git-hooks.nix"; | ||||
|       inputs.nixpkgs.follows = "nixpkgs"; | ||||
|     }; | ||||
| 
 | ||||
|  | @ -49,7 +49,7 @@ | |||
|       imports = [ | ||||
|         ./machines/configurations.nix | ||||
|         ./images/flake-module.nix | ||||
|         inputs.pre-commit-hooks-nix.flakeModule | ||||
|         inputs.git-hooks.flakeModule | ||||
|       ]; | ||||
| 
 | ||||
|       systems = [ "x86_64-linux" "aarch64-linux" ]; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Felix Buehler
						Felix Buehler