refactor: Introduce new layout with nixpkgs in third_party
This is not the final layout yet, but makes it so that my top-level attribute set is no longer overlaid into nixpkgs itself. This is useful for other people who are importing my monorepo.
This commit is contained in:
		
							parent
							
								
									688233acac
								
							
						
					
					
						commit
						01bad09eed
					
				
					 10 changed files with 61 additions and 49 deletions
				
			
		|  | @ -8,7 +8,7 @@ | |||
| 
 | ||||
| { pkgs, kms, ... }: | ||||
| 
 | ||||
| let inherit (pkgs) google-cloud-sdk tree writeShellScriptBin; | ||||
| let inherit (pkgs.third_party.nixpkgs) google-cloud-sdk tree writeShellScriptBin; | ||||
| in (writeShellScriptBin "pass" '' | ||||
|   set -eo pipefail | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue