mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
parent
c65a4c0498
commit
c7e6383601
4 changed files with 16 additions and 0 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue