mirror of
https://github.com/NixOS/nix
synced 2025-06-27 00:11:17 +02:00
Merge branch 'plugins' of https://github.com/shlevy/nix
This commit is contained in:
commit
1c10a74c73
24 changed files with 122 additions and 3 deletions
|
@ -64,6 +64,8 @@ int main (int argc, char * * argv)
|
|||
|
||||
settings.maxBuildJobs.set("1"); // hack to make tests with local?root= work
|
||||
|
||||
initPlugins();
|
||||
|
||||
auto store = openStore().cast<LocalStore>();
|
||||
|
||||
/* It would be more appropriate to use $XDG_RUNTIME_DIR, since
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue