diff options
author | eldritch horrors <pennae@lix.systems> | 2024-03-04 06:22:47 +0100 |
---|---|---|
committer | eldritch horrors <pennae@lix.systems> | 2024-03-04 07:11:25 +0100 |
commit | 4018fcb9b8d622e7bac1310a689c90dac9109137 (patch) | |
tree | a1f1571a076242962b07449234b71b4c1e7c12d8 /src/libutil/config.hh | |
parent | a2d5e803cf16e048f30f0334114759f81f6c5d20 (diff) |
Merge pull request #9233 from bouk/bouk/apply-config-inner
config: add included files into parsedContents before applying
(cherry picked from commit 82359eba6b692691ef08a71196ef25a61bc4d3d3)
Change-Id: Idde3177010fec7b8bafe6088c3c23d5caf491845
Diffstat (limited to 'src/libutil/config.hh')
-rw-r--r-- | src/libutil/config.hh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libutil/config.hh b/src/libutil/config.hh index 082119dbe..3e232d224 100644 --- a/src/libutil/config.hh +++ b/src/libutil/config.hh @@ -83,12 +83,6 @@ public: void applyConfig(const std::string & contents, const std::string & path = "<unknown>"); /** - * Applies a nix configuration file - * - path: the location of the config file to apply - */ - void applyConfigFile(const Path & path); - - /** * Resets the `overridden` flag of all Settings */ virtual void resetOverridden() = 0; |