From c16813564d4378626f04f049de19ffba59424a51 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Sun, 8 Feb 2026 23:30:21 -0800 Subject: Revert to nixos-unstable nix version and fix xorg deprecations --- hosts/common/core/nix.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/common/core') diff --git a/hosts/common/core/nix.nix b/hosts/common/core/nix.nix index 4760af0..7370241 100644 --- a/hosts/common/core/nix.nix +++ b/hosts/common/core/nix.nix @@ -1,4 +1,4 @@ -{ inputs, lib, pkgs, ... }: +{ inputs, lib, ... }: { nix = { gc = { @@ -7,7 +7,7 @@ options = "--delete-older-than 7d"; randomizedDelaySec = "5min"; }; - package = pkgs.nixVersions.latest; + #package = pkgs.nixVersions.latest; settings = { auto-optimise-store = lib.mkDefault true; experimental-features = [ "nix-command" "flakes" ]; -- cgit v1.2.3