1
1
Fork 0
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:
Jörg Thalheim 2025-05-14 21:08:40 +02:00 committed by GitHub
commit e088ab3eaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
48 changed files with 743 additions and 593 deletions

View file

@ -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;