system/nix-stable: use latest nix

This commit is contained in:
Cilly Leang 2026-03-15 21:18:24 +11:00
parent e0f1482511
commit 42eeba3a9f
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -1,5 +1,7 @@
{ config, lib, pkgs, ... }: {
nix = {
package = pkgs.nixVersions.latest;
settings = rec {
substituters = [
"https://cache.nixos.org?priority=10"