Add maintainers
This commit is contained in:
		
							parent
							
								
									a560b25bf8
								
							
						
					
					
						commit
						c56073b78e
					
				| @ -21,6 +21,8 @@ | ||||
|       }; | ||||
| 
 | ||||
|       # propagate nixpkgs lib, so we can do bscpkgs.lib | ||||
|       inherit (nixpkgs) lib; | ||||
|       lib = nixpkgs.lib // { | ||||
|         bsc.maintainers = import ./maintainers/maintainer-list.nix; | ||||
|       }; | ||||
|     }; | ||||
| } | ||||
|  | ||||
							
								
								
									
										6
									
								
								maintainers/maintainer-list.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								maintainers/maintainer-list.nix
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,6 @@ | ||||
| builtins.mapAttrs (name: value: { email = name + "@bsc.es"; } // value) { | ||||
|   abonerib.name = "Aleix Boné"; | ||||
|   arocanon.name = "Aleix Roca"; | ||||
|   rarias.name = "Rodrigo Arias"; | ||||
|   rpenacob.name = "Raúl Peñacoba"; | ||||
| } | ||||
| @ -106,6 +106,11 @@ let | ||||
|   all = buildList' "ci-all" [ pkgsList testList ]; | ||||
| 
 | ||||
| in bscPkgs // { | ||||
| 
 | ||||
|  lib = prev.lib // { | ||||
|    bsc.maintainers = import ./maintainers/maintainer-list.nix; | ||||
|  }; | ||||
| 
 | ||||
|   # Prevent accidental usage of bsc attribute | ||||
|   bsc = throw "the bsc attribute is deprecated, packages are now in the root"; | ||||
| 
 | ||||
|  | ||||
		Reference in New Issue
	
	Block a user