feat(defaults/lix): use latest lix for nix.settings.log-format
This commit is contained in:
parent
661e98e802
commit
f46376e389
1 changed files with 3 additions and 2 deletions
|
|
@ -17,11 +17,11 @@ in
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
# use lix, a fork of nix
|
# use lix, a fork of nix
|
||||||
# see: https://lix.systems/about
|
# see: https://lix.systems/about
|
||||||
nix.package = pkgs.lixPackageSets.stable.lix;
|
nix.package = pkgs.lixPackageSets.lix_2_95.lix;
|
||||||
# overlays so that all nix tools use lix
|
# overlays so that all nix tools use lix
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
inherit (prev.lixPackageSets.stable)
|
inherit (prev.lixPackageSets.lix_2_95)
|
||||||
nixpkgs-review
|
nixpkgs-review
|
||||||
nix-eval-jobs
|
nix-eval-jobs
|
||||||
nix-fast-build
|
nix-fast-build
|
||||||
|
|
@ -29,5 +29,6 @@ in
|
||||||
;
|
;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
nix.settings.log-format = "multiline-with-logs";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue