diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-02-08 23:30:21 -0800 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-02-08 23:30:21 -0800 |
| commit | c16813564d4378626f04f049de19ffba59424a51 (patch) | |
| tree | e178e513a3780acd810501d5f78d38d6aab787d1 /hosts/common/core | |
| parent | 2730b6d5c0e08cbb7dd31064184120c080fbe4b4 (diff) | |
| download | nix-c16813564d4378626f04f049de19ffba59424a51.tar nix-c16813564d4378626f04f049de19ffba59424a51.tar.gz nix-c16813564d4378626f04f049de19ffba59424a51.tar.bz2 nix-c16813564d4378626f04f049de19ffba59424a51.tar.lz nix-c16813564d4378626f04f049de19ffba59424a51.tar.xz nix-c16813564d4378626f04f049de19ffba59424a51.tar.zst nix-c16813564d4378626f04f049de19ffba59424a51.zip | |
Revert to nixos-unstable nix version and fix xorg deprecations
Diffstat (limited to 'hosts/common/core')
| -rw-r--r-- | hosts/common/core/nix.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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" ]; |
