From cdab52bbe8f800a557466f06b617c5c342945aa1 Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Sun, 8 Apr 2018 12:01:23 +0200 Subject: [PATCH] bump stateVersion in examples --- modules/examples/ofborg.nix | 2 +- modules/examples/simple.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/examples/ofborg.nix b/modules/examples/ofborg.nix index 3244b931..49b4793b 100644 --- a/modules/examples/ofborg.nix +++ b/modules/examples/ofborg.nix @@ -26,7 +26,7 @@ with lib; # Used for backwards compatibility, please read the changelog before changing. # $ darwin-rebuild changelog - system.stateVersion = 2; + system.stateVersion = 3; # You should generally set this to the total number of logical cores in your system. # $ sysctl -n hw.ncpu diff --git a/modules/examples/simple.nix b/modules/examples/simple.nix index d3cde9c0..9b914ba9 100644 --- a/modules/examples/simple.nix +++ b/modules/examples/simple.nix @@ -18,7 +18,7 @@ # Used for backwards compatibility, please read the changelog before changing. # $ darwin-rebuild changelog - system.stateVersion = 2; + system.stateVersion = 3; # You should generally set this to the total number of logical cores in your system. # $ sysctl -n hw.ncpu