1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 10:11:47 +02:00

Fix InstallableCommand

This commit is contained in:
Eelco Dolstra 2019-12-14 23:15:36 +01:00
parent b8a38fa521
commit 4947e0a91a

View file

@ -106,7 +106,7 @@ struct InstallableCommand : virtual Args, SourceExprCommand
private: private:
std::string _installable{""}; std::string _installable{"."};
}; };
/* A command that operates on zero or more store paths. */ /* A command that operates on zero or more store paths. */