refactor: Replace 'depotPath' with 'depot.path'
Instead of having two ways of accessing the path to the depot (one of which was stuttering, depot.depotPath) we settle on only one: depot.path. This was mostly used for NixOS module imports. Co-Authored-By: Florian Klink <flokli@flokli.de> Change-Id: I2c0db23383fc34f6ca76baaad4cc4af2d9dfae15 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2962 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi> Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
		
							parent
							
								
									a559135970
								
							
						
					
					
						commit
						f520bd40ca
					
				
					 12 changed files with 35 additions and 39 deletions
				
			
		|  | @ -25,8 +25,8 @@ in lib.fix(self: { | |||
|       sha256 = "157c64220lf825ll4c0cxsdwg7cxqdx4z559fdp7kpz0g6p8fhhr"; | ||||
|     }; | ||||
|     in [ | ||||
|       "${depot.depotPath}/ops/modules/quassel.nix" | ||||
|       "${depot.depotPath}/ops/modules/smtprelay.nix" | ||||
|       "${depot.path}/ops/modules/quassel.nix" | ||||
|       "${depot.path}/ops/modules/smtprelay.nix" | ||||
|       "${oldChannel}/nixos/modules/security/acme.nix" | ||||
|     ]; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue