system/nix: fix new nix package name

This commit is contained in:
LavaDesu 2024-06-25 15:58:07 +10:00
parent 8a598f86f5
commit 54f0700ef7
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

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