Add bscpkgs and nixpkgs top level attributes
Allows the evaluation of packages of the intermediate overlays.
This commit is contained in:
		
							parent
							
								
									384c4ee766
								
							
						
					
					
						commit
						5594e3615d
					
				| @ -26,6 +26,9 @@ in | |||||||
|       lake2 = mkConf "lake2"; |       lake2 = mkConf "lake2"; | ||||||
|     }; |     }; | ||||||
| 
 | 
 | ||||||
|     packages.x86_64-linux = self.nixosConfigurations.hut.pkgs; |     packages.x86_64-linux = self.nixosConfigurations.hut.pkgs // { | ||||||
|  |       bscpkgs = bscpkgs.packages.x86_64-linux; | ||||||
|  |       nixpkgs = nixpkgs.legacyPackages.x86_64-linux; | ||||||
|  |     }; | ||||||
|   }; |   }; | ||||||
| } | } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user