feat(nix): switch to lix

This commit is contained in:
Felix Schröter 2025-06-06 15:47:55 +02:00
parent a63e02af0f
commit a1675da8bf
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -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";