Remove default values for Nix expression parameters
I'm not sure if this commit breaks everything in my monorepo. I think it will. Why am I doing this? Perhaps it's a bad idea. I don't fully understand how readTree works. My ignorance is costing me hours of time spent debugging. In an effort to better understand readTree, I'm removing the default values for my Nix expression parameters, which I believe have preventing errors from surfacing.
This commit is contained in:
		
							parent
							
								
									fd720fbe4d
								
							
						
					
					
						commit
						9e0fdd3973
					
				
					 28 changed files with 36 additions and 97 deletions
				
			
		|  | @ -1,4 +1,4 @@ | |||
| { pkgs ? import <nixpkgs> {}, ... }: | ||||
| { pkgs, ... }: | ||||
| 
 | ||||
| pkgs.mkShell { | ||||
|   buildInputs = with pkgs; [ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue