From 40beda52aa4368ab8007b0b7dfe4fc4e5a2fc46c Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 28 Jun 2024 16:59:40 +0200 Subject: Select latest Nix version instead of unstable --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 538745d..d832560 100644 --- a/configuration.nix +++ b/configuration.nix @@ -20,7 +20,7 @@ nixpkgs.config.allowUnfree = true; nix = { - package = pkgs.nixUnstable; + package = pkgs.nixVersions.latest; settings = { allowed-users = [ "common" ]; -- cgit v1.2.3