From c09a76b349f95a089b35004e193dd55eb509fb29 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Fri, 5 Jul 2024 19:16:00 +0200 Subject: [PATCH] chore(package): rename packages repository (upstream change) --- nixos/includes/system/flakes.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/includes/system/flakes.nix b/nixos/includes/system/flakes.nix index 7f2c37b..44d4ed8 100644 --- a/nixos/includes/system/flakes.nix +++ b/nixos/includes/system/flakes.nix @@ -1,7 +1,7 @@ { pkgs, ... }: { nix = { - package = pkgs.nixUnstable; + package = pkgs.nixVersions.latest; extraOptions = '' experimental-features = nix-command flakes '';