flake: simplify Lix setup

This commit is contained in:
Antoine Martin 2025-09-22 10:52:37 +02:00
parent f60ecdf250
commit 14acd16723
3 changed files with 1 additions and 92 deletions

View file

@ -2,7 +2,7 @@
nixpkgs.config.allowUnfree = true;
nix = {
package = pkgs.nixStable;
package = pkgs.lixPackageSets.latest.lix;
gc = {
automatic = true;