configs/nix: force usage of lix

This commit is contained in:
Aaron Bieber 2024-09-10 07:16:04 -06:00
parent bb2587b050
commit ba7ba18e6b
No known key found for this signature in database

View File

@ -3,7 +3,7 @@
nix =
let myPkgs = inputs.unstableSmall.legacyPackages.${pkgs.system};
in {
package = if lib.hasAttr "lix" myPkgs then myPkgs.lix else myPkgs.nixVersions.nix_2_21;
package = myPkgs.lix;
gc = lib.mkDefault {
automatic = true;
dates = "daily";