Merge pull request #2544 from mayflower/lsnar-allow-fifo
nix ls-nar: allow reading from FIFOs
This commit is contained in:
		
						commit
						2f8255cba1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -148,7 +148,7 @@ struct CmdLsNar : Command, MixLs | ||||||
| 
 | 
 | ||||||
|     void run() override |     void run() override | ||||||
|     { |     { | ||||||
|         list(makeNarAccessor(make_ref<std::string>(readFile(narPath)))); |         list(makeNarAccessor(make_ref<std::string>(readFile(narPath, true)))); | ||||||
|     } |     } | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue