CI #1
							
								
								
									
										13
									
								
								flake.nix
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								flake.nix
									
									
									
									
									
								
							| @ -26,11 +26,18 @@ | |||||||
|         }; |         }; | ||||||
| 
 | 
 | ||||||
|         # For building the package, we use only the files not ignored by Git as inputs. |         # For building the package, we use only the files not ignored by Git as inputs. | ||||||
|         # Also, flake.nix and flake.lock are not included to avoid rebuilds when |         # Also, flake.nix, flake.lock and .gitea are not included to avoid rebuilds when | ||||||
|         # working on them. |         # working on them. | ||||||
|         src = pkgs.lib.cleanSourceWith { |         src = pkgs.lib.cleanSourceWith { | ||||||
|           src = gitignore.lib.gitignoreSource ./.; |           src = ./.; | ||||||
|           filter = path: type: builtins.elem (builtins.baseNameOf path) [ "flake.nix" "flake.lock" ]; |           filter = gitignore.lib.gitignoreFilterWith { | ||||||
|  |             basePath = ./.; | ||||||
|  |             extraRules = '' | ||||||
|  |               flake.nix | ||||||
|  |               flake.lock | ||||||
|  |               .gitea | ||||||
|  |             ''; | ||||||
|  |           }; | ||||||
|         }; |         }; | ||||||
| 
 | 
 | ||||||
|         yore = pkgs.lib.pipe |         yore = pkgs.lib.pipe | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user