mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:39:39 +00:00
home/user-nixconf: update and remove cppnix option
This commit is contained in:
parent
fd27e13ef2
commit
717397d6fd
1 changed files with 4 additions and 4 deletions
|
|
@ -26,10 +26,10 @@
|
||||||
"flakes"
|
"flakes"
|
||||||
];
|
];
|
||||||
allow-import-from-derivation = true;
|
allow-import-from-derivation = true;
|
||||||
keep-outputs = false; # Build time derivations and sources
|
keep-build-log = true;
|
||||||
|
keep-going = true; # Continue even when some fails
|
||||||
http-connections = 50; # default: 25
|
keep-outputs = true; # Build time derivations and sources
|
||||||
max-substitution-jobs = 32; # default: 16
|
warn-dirty = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue