system/nix: use nixVersions.latest

This commit is contained in:
LavaDesu 2025-04-03 22:20:16 +11:00
parent 1e2850dd38
commit a4a38b4a8b
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -1,6 +1,6 @@
{ config, lib, pkgs, ... }: {
nix = {
package = pkgs.nixVersions.git;
package = pkgs.nixVersions.latest;
settings = rec {
extra-sandbox-paths = [ config.programs.ccache.cacheDir ];