mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Optimizations] Override stdenv with fastStdenv by default
This commit is contained in:
parent
a2fd17526d
commit
1f799fba20
1 changed files with 1 additions and 0 deletions
|
|
@ -148,6 +148,7 @@ in
|
||||||
overrideMap = mkOption {
|
overrideMap = mkOption {
|
||||||
type = with types; attrsOf package;
|
type = with types; attrsOf package;
|
||||||
default = {
|
default = {
|
||||||
|
stdenv = pkgs.fastStdenv;
|
||||||
};
|
};
|
||||||
example = literalExpression
|
example = literalExpression
|
||||||
''
|
''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue