mirror of
https://github.com/NixOS/nix.git
synced 2025-12-12 20:11:03 +01:00
Merge pull request #14742 from NixOS/fix-mingw
nix/cat: Fix mingw for real
This commit is contained in:
commit
6ffdd4652b
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ struct CmdCatNar : StoreCommand, MixCat
|
|||
if (path == neededPath) {
|
||||
logger->stop();
|
||||
crfSink.skipContents = false;
|
||||
crfSink.fd = STDOUT_FILENO;
|
||||
crfSink.fd = getStandardOutput();
|
||||
found = true;
|
||||
} else {
|
||||
crfSink.skipContents = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue