forked from fabian/nix
		
	flake: add attribute 'packages'
This commit is contained in:
		
							parent
							
								
									12cd697209
								
							
						
					
					
						commit
						517c240c19
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		|  | @ -16,6 +16,12 @@ | ||||||
|   in |   in | ||||||
|     flake-utils.lib.eachDefaultSystem (system: { |     flake-utils.lib.eachDefaultSystem (system: { | ||||||
|       formatter = (import nixpkgs {inherit system;}).alejandra; |       formatter = (import nixpkgs {inherit system;}).alejandra; | ||||||
|  | 
 | ||||||
|  |       packages = | ||||||
|  |         (import nixpkgs { | ||||||
|  |           inherit system; | ||||||
|  |           overlays = [(mapOverlayOverride "local" (import ./pkgs))]; | ||||||
|  |         }).local; | ||||||
|     }) |     }) | ||||||
|     // { |     // { | ||||||
|       templates = let |       templates = let | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alejandro Soto
						Alejandro Soto