mirror of
https://github.com/NixOS/nix
synced 2025-07-02 09:21:47 +02:00
Use StringMap
instead of std::map<std::string, std::string>
throughout the codebase
This commit is contained in:
parent
8c10104e9e
commit
8ee513379a
26 changed files with 37 additions and 37 deletions
|
@ -187,7 +187,7 @@ private:
|
|||
typedef std::map<Path, ChrootPath> PathsInChroot; // maps target path to source path
|
||||
PathsInChroot pathsInChroot;
|
||||
|
||||
typedef std::map<std::string, std::string> Environment;
|
||||
typedef StringMap Environment;
|
||||
Environment env;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue