mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Add stateVersion option
This commit is contained in:
parent
d87275a4f8
commit
6c80065616
3 changed files with 37 additions and 0 deletions
|
|
@ -24,6 +24,9 @@
|
|||
#unzip
|
||||
];
|
||||
|
||||
# Read the changelog before changing this value
|
||||
system.stateVersion = "19.09";
|
||||
|
||||
# After installing home-manager channel like
|
||||
# nix-channel --add https://github.com/rycee/home-manager/archive/master.tar.gz home-manager
|
||||
# nix-channel --update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue