mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
docs: set stateVersion for manual generation
This commit is contained in:
parent
355aa408c2
commit
b00cb5e7e2
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ let
|
||||||
# derivations.
|
# derivations.
|
||||||
setupModule = {
|
setupModule = {
|
||||||
_module.args.pkgs = pkgs.lib.mkForce (nmd.scrubDerivations "pkgs" pkgs);
|
_module.args.pkgs = pkgs.lib.mkForce (nmd.scrubDerivations "pkgs" pkgs);
|
||||||
|
|
||||||
|
system.stateVersion = "19.09";
|
||||||
};
|
};
|
||||||
|
|
||||||
modules = import ../modules/module-list.nix {
|
modules = import ../modules/module-list.nix {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue