Reformat and add formatters to nix env
This commit is contained in:
		
							parent
							
								
									055d5ea784
								
							
						
					
					
						commit
						325493f5ab
					
				
					 10 changed files with 22 additions and 53 deletions
				
			
		| 
						 | 
				
			
			@ -19,17 +19,12 @@
 | 
			
		|||
      in {
 | 
			
		||||
        devShells = {
 | 
			
		||||
          default = pkgs.mkShell {
 | 
			
		||||
            buildInputs = [
 | 
			
		||||
              nodejs
 | 
			
		||||
              pnpm
 | 
			
		||||
              (yarn.override { inherit nodejs; })
 | 
			
		||||
            ];
 | 
			
		||||
            buildInputs = [ nodejs pnpm (yarn.override { inherit nodejs; }) ];
 | 
			
		||||
 | 
			
		||||
            shellHook = ''
 | 
			
		||||
              echo "node `${nodejs}/bin/node --version`"
 | 
			
		||||
            '';
 | 
			
		||||
          };
 | 
			
		||||
        };
 | 
			
		||||
      }
 | 
			
		||||
    );
 | 
			
		||||
      });
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue