templates: recommend nix 2.12

See #213
This commit is contained in:
Tobias Happ 2023-01-05 20:18:21 +01:00
parent c65a4c0498
commit c7e6383601
4 changed files with 16 additions and 0 deletions

View file

@ -27,6 +27,10 @@
# Backup etc files instead of failing to activate generation if a file already exists in /etc
environment.etcBackupExtension = ".bak";
# It is recommended to at least use nix >= 2.12 because of
# https://github.com/t184256/nix-on-droid/issues/213
nix.package = pkgs.nixVersions.nix_2_12;
# Read the changelog before changing this value
system.stateVersion = "22.11";

View file

@ -27,6 +27,10 @@
# Backup etc files instead of failing to activate generation if a file already exists in /etc
environment.etcBackupExtension = ".bak";
# It is recommended to at least use nix >= 2.12 because of
# https://github.com/t184256/nix-on-droid/issues/213
nix.package = pkgs.nixVersions.nix_2_12;
# Read the changelog before changing this value
system.stateVersion = "22.11";

View file

@ -27,6 +27,10 @@
# Backup etc files instead of failing to activate generation if a file already exists in /etc
environment.etcBackupExtension = ".bak";
# It is recommended to at least use nix >= 2.12 because of
# https://github.com/t184256/nix-on-droid/issues/213
nix.package = pkgs.nixVersions.nix_2_12;
# Read the changelog before changing this value
system.stateVersion = "22.11";

View file

@ -27,6 +27,10 @@
# Backup etc files instead of failing to activate generation if a file already exists in /etc
environment.etcBackupExtension = ".bak";
# It is recommended to at least use nix >= 2.12 because of
# https://github.com/t184256/nix-on-droid/issues/213
nix.package = pkgs.nixVersions.nix_2_12;
# Read the changelog before changing this value
system.stateVersion = "22.11";