forked from jan-leila/nix-config
		
	added reasons for every package in dev shell
This commit is contained in:
		
							parent
							
								
									2dccc10b44
								
							
						
					
					
						commit
						3dc579073d
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		|  | @ -125,10 +125,15 @@ | |||
|     devShells = forEachPkgs (pkgs: { | ||||
|       default = pkgs.mkShell { | ||||
|         packages = with pkgs; [ | ||||
|           # for version controlling this repo | ||||
|           git | ||||
|           sops | ||||
|           # for formatting code in this repo | ||||
|           alejandra | ||||
|           # for editing secrets in the secrets repo | ||||
|           sops | ||||
|           # for viewing configuration options defined in this repo | ||||
|           nix-inspect | ||||
|           # for installing flakes from this repo onto other systems | ||||
|           nixos-anywhere | ||||
|         ]; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue