Lately I was toiling while writing a ClojureScript client. This made me crave Elm. I'm going to rewrite the ClojureScript client using Elm, but along the way, I'm stopping off here and recording my starter boilerplate.
		
			
				
	
	
		
			3 lines
		
	
	
	
		
			91 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			91 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
let
 | 
						|
  briefcase = import <briefcase> {};
 | 
						|
in briefcase.utils.nixBufferFromShell ./shell.nix
 |