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