diff options
author | Adrian Kummerlaender | 2024-06-28 16:59:40 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2024-06-28 16:59:40 +0200 |
commit | 40beda52aa4368ab8007b0b7dfe4fc4e5a2fc46c (patch) | |
tree | 222d2bc6efba9800f694407f5f2c85e0760c6f3f | |
parent | 3876001242f700622b931fc7b3b3f181cd151528 (diff) | |
download | nixos_system-40beda52aa4368ab8007b0b7dfe4fc4e5a2fc46c.tar nixos_system-40beda52aa4368ab8007b0b7dfe4fc4e5a2fc46c.tar.gz nixos_system-40beda52aa4368ab8007b0b7dfe4fc4e5a2fc46c.tar.bz2 nixos_system-40beda52aa4368ab8007b0b7dfe4fc4e5a2fc46c.tar.lz nixos_system-40beda52aa4368ab8007b0b7dfe4fc4e5a2fc46c.tar.xz nixos_system-40beda52aa4368ab8007b0b7dfe4fc4e5a2fc46c.tar.zst nixos_system-40beda52aa4368ab8007b0b7dfe4fc4e5a2fc46c.zip |
Select latest Nix version instead of unstable
-rw-r--r-- | configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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" ]; |