Try and add some inputs to the auto-mount script
This commit is contained in:
		
							parent
							
								
									c38a2b6f66
								
							
						
					
					
						commit
						255a4130ff
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -2,6 +2,8 @@
 | 
			
		|||
  lib,
 | 
			
		||||
  stdenv,
 | 
			
		||||
  jq,
 | 
			
		||||
  coreutils,
 | 
			
		||||
  udisks,
 | 
			
		||||
  writeShellApplication,
 | 
			
		||||
}:
 | 
			
		||||
writeShellApplication
 | 
			
		||||
| 
						 | 
				
			
			@ -10,7 +12,7 @@ writeShellApplication
 | 
			
		|||
 | 
			
		||||
  name = "auto-mount";
 | 
			
		||||
 | 
			
		||||
  runtimeInputs = [jq];
 | 
			
		||||
  runtimeInputs = [jq coreutils udisks];
 | 
			
		||||
 | 
			
		||||
  text = ''
 | 
			
		||||
    set -euo pipefail
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue