From a1675da8bf7bc729d6b2c251bb3a44bc0536e88e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= <dev@felschr.com> Date: Fri, 6 Jun 2025 15:47:55 +0200 Subject: [PATCH] feat(nix): switch to lix --- system/nix.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/system/nix.nix b/system/nix.nix index 3a8a7f5..c2616d7 100644 --- a/system/nix.nix +++ b/system/nix.nix @@ -1,4 +1,9 @@ -{ inputs, config, ... }: +{ + inputs, + config, + pkgs, + ... +}: let inherit (inputs.self.outputs) nixConfig; @@ -6,6 +11,8 @@ in { nixpkgs.config.allowUnfree = true; + nix.package = pkgs.lix; + nix.gc = { automatic = true; dates = "04:00";