configs/nix: force usage of lix
This commit is contained in:
parent
bb2587b050
commit
ba7ba18e6b
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user