mirror of
https://github.com/NixOS/nix.git
synced 2025-11-10 20:46:01 +01:00
Merge pull request #13154 from obsidiansystems/split-store-config
Stores no longer inherit from their configs
This commit is contained in:
commit
e088ab3eaf
48 changed files with 743 additions and 593 deletions
|
|
@ -18,7 +18,7 @@ extern char ** savedArgv;
|
|||
class EvalState;
|
||||
struct Pos;
|
||||
class Store;
|
||||
class LocalFSStore;
|
||||
struct LocalFSStore;
|
||||
|
||||
static constexpr Command::Category catHelp = -1;
|
||||
static constexpr Command::Category catSecondary = 100;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue