Skip to content
Snippets Groups Projects
Unverified Commit 2f8255cb authored by Eelco Dolstra's avatar Eelco Dolstra Committed by GitHub
Browse files

Merge pull request #2544 from mayflower/lsnar-allow-fifo

nix ls-nar: allow reading from FIFOs
parents a32ff257 40e0c9e9
No related branches found
No related tags found
No related merge requests found
......@@ -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))));
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment