From 81c866645f2756a07c60cbea472aa83439fdabef Mon Sep 17 00:00:00 2001 From: unexplrd Date: Sun, 29 Jun 2025 17:38:46 +0300 Subject: [PATCH] modules/shared/nixos/nix/common.nix: use upstream lix Signed-off-by: unexplrd --- modules/shared/nixos/nix/common.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/shared/nixos/nix/common.nix b/modules/shared/nixos/nix/common.nix index 08497ce..ee6fb3b 100644 --- a/modules/shared/nixos/nix/common.nix +++ b/modules/shared/nixos/nix/common.nix @@ -1,12 +1,12 @@ { - # pkgs, - inputs, + pkgs, + # inputs, lib, ... }: { - imports = with inputs; [lix.nixosModules.default]; + # imports = with inputs; [lix.nixosModules.default]; nix = { - # package = pkgs.lixPackageSets.latest.lix; + package = pkgs.lixPackageSets.latest.lix; channel.enable = false; daemonCPUSchedPolicy = "idle"; optimise = {