1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-30 06:01:00 +01:00

nix registry list: Show 'dir' attribute

Issue #4050.
This commit is contained in:
Eelco Dolstra 2020-09-29 23:33:16 +02:00
parent e2d398c200
commit 64e9b3c83b
4 changed files with 15 additions and 5 deletions

View file

@ -39,6 +39,8 @@ public:
ParsedURL toURL() const;
std::string toURLString(const std::map<std::string, std::string> & extraQuery = {}) const;
std::string to_string() const;
Attrs toAttrs() const;