configs/nix: force usage of lix
This commit is contained in:
parent
bb2587b050
commit
ba7ba18e6b
@ -3,7 +3,7 @@
|
|||||||
nix =
|
nix =
|
||||||
let myPkgs = inputs.unstableSmall.legacyPackages.${pkgs.system};
|
let myPkgs = inputs.unstableSmall.legacyPackages.${pkgs.system};
|
||||||
in {
|
in {
|
||||||
package = if lib.hasAttr "lix" myPkgs then myPkgs.lix else myPkgs.nixVersions.nix_2_21;
|
package = myPkgs.lix;
|
||||||
gc = lib.mkDefault {
|
gc = lib.mkDefault {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
dates = "daily";
|
dates = "daily";
|
||||||
|
Loading…
Reference in New Issue
Block a user