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.
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			202 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			202 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| { pkgs, ... }:
 | |
| 
 | |
| (import "${builtins.fetchGit {
 | |
|   url = "https://github.com/tazjin/buildGo.nix";
 | |
|   rev = "28e587b348a8aaa7af00a004c05286af9d35ca9a";
 | |
| }}/buildGo.nix") { pkgs = pkgs.third_party.nixpkgs; }
 |