Read per-user settings from ~/.config/nix/nix.conf

This commit is contained in:
Eelco Dolstra 2017-04-20 14:58:16 +02:00
parent 562585e901
commit f05d5f89ff
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
8 changed files with 70 additions and 24 deletions

View file

@ -15,8 +15,6 @@ extern bool useCaseHack; // FIXME
class Settings : public Config {
StringMap overrides;
unsigned int getDefaultCores();
public:
@ -27,8 +25,6 @@ public:
void set(const string & name, const string & value);
StringMap getOverrides();
Path nixPrefix;
/* The directory where we store sources and derived files. */