forked from fediversity/fediversity
		
	pass self thru in flake
				
					
				
			This commit is contained in:
		
							parent
							
								
									862a761a4b
								
							
						
					
					
						commit
						a624f50d27
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -12,8 +12,8 @@ | |||
|   }; | ||||
| 
 | ||||
|   outputs = | ||||
|     inputs@{ flake-parts, ... }: | ||||
|     flake-parts.lib.mkFlake { inherit inputs; } { | ||||
|     inputs@{ self, flake-parts, ... }: | ||||
|     flake-parts.lib.mkFlake { inherit self inputs; } { | ||||
|       systems = [ | ||||
|         "x86_64-linux" | ||||
|         "aarch64-linux" | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue