diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2018-03-29 21:00:49 +0200 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2018-03-29 21:10:18 +0200 |
| commit | cd049bfdf64d29a2b4859b8e146bb9b448d657ff (patch) | |
| tree | 68523b5036e91b33304ce0c0b4ab1277793f8a95 /modules/system | |
| parent | 4899b6658f35d39c3698107295c4342de0e1cd70 (diff) | |
nix: use pkgs.nix by default instead of the default profile
This fixes version detection for 2.0.
Diffstat (limited to 'modules/system')
| -rw-r--r-- | modules/system/version.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/version.nix b/modules/system/version.nix index 72aeea7..5dda0db 100644 --- a/modules/system/version.nix +++ b/modules/system/version.nix @@ -18,7 +18,7 @@ in options = { system.stateVersion = mkOption { type = types.int; - default = 2; + default = 3; description = '' Every once in a while, a new NixOS release may change configuration defaults in a way incompatible with stateful |
