fix: avoid hardcoding lix version
This commit is contained in:
parent
8a60b5a1c1
commit
f8f309c54b
1 changed files with 2 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.lix_2_95.lix;
|
nix.package = pkgs.lixPackageSets.latest.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.lix_2_95)
|
inherit (prev.lixPackageSets.latest)
|
||||||
nixpkgs-review
|
nixpkgs-review
|
||||||
nix-eval-jobs
|
nix-eval-jobs
|
||||||
nix-fast-build
|
nix-fast-build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue