mirror of
https://github.com/NixOS/nix
synced 2025-06-27 16:51:15 +02:00
parent
68dcbb187e
commit
b7629778ef
4 changed files with 46 additions and 46 deletions
|
@ -139,7 +139,7 @@ struct Settings {
|
|||
|
||||
/* The directories from the host filesystem to be included in the
|
||||
chroot. */
|
||||
PathSet dirsInChroot;
|
||||
StringSet dirsInChroot;
|
||||
|
||||
/* Whether to impersonate a Linux 2.6 machine on newer kernels. */
|
||||
bool impersonateLinux26;
|
||||
|
@ -181,7 +181,7 @@ private:
|
|||
|
||||
void get(string & res, const string & name);
|
||||
void get(bool & res, const string & name);
|
||||
void get(PathSet & res, const string & name);
|
||||
void get(StringSet & res, const string & name);
|
||||
template<class N> void get(N & res, const string & name);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue