From 8dab01b136828776cc0b31f08018c19c04dc3df0 Mon Sep 17 00:00:00 2001 From: uku Date: Tue, 21 May 2024 15:05:35 +0200 Subject: [PATCH] feat: switch nix cli to latest --- configs/common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/common.nix b/configs/common.nix index c00b283..d1c5d67 100644 --- a/configs/common.nix +++ b/configs/common.nix @@ -66,6 +66,8 @@ in { }; nix = { + package = pkgs.nixVersions.latest; + gc = { automatic = true; dates = "weekly";