From 27f5094658d8c68e84cd9de642073d97e2ed570e Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Fri, 6 Feb 2026 09:17:13 -0800 Subject: Bump nix to latest version --- hosts/common/core/nix.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hosts/common/core') diff --git a/hosts/common/core/nix.nix b/hosts/common/core/nix.nix index 3aac7fc..4760af0 100644 --- a/hosts/common/core/nix.nix +++ b/hosts/common/core/nix.nix @@ -1,4 +1,4 @@ -{ inputs, lib, ... }: +{ inputs, lib, pkgs, ... }: { nix = { gc = { @@ -7,6 +7,7 @@ options = "--delete-older-than 7d"; randomizedDelaySec = "5min"; }; + package = pkgs.nixVersions.latest; settings = { auto-optimise-store = lib.mkDefault true; experimental-features = [ "nix-command" "flakes" ]; -- cgit v1.2.3