Add bscpkgs and nixpkgs top level attributes
Allows the evaluation of packages of the intermediate overlays.
This commit is contained in:
		
							parent
							
								
									1ae5d9e25e
								
							
						
					
					
						commit
						ba2b74fd5a
					
				| @ -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; | ||||||
|  |     }; | ||||||
|   }; |   }; | ||||||
| } | } | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user