From 15ce896f9cf640c480bf333ace738f05be941a22 Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Fri, 24 Mar 2017 22:15:59 +0100 Subject: [PATCH] =?UTF-8?q?bon=20num=C3=A9ro=20de=20version=20nixos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/environment.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/environment.nix b/public/environment.nix index b9f5167..b2f0b51 100644 --- a/public/environment.nix +++ b/public/environment.nix @@ -13,7 +13,7 @@ in nix.buildCores = 0; # The NixOS release to be compatible with for stateful data such as databases. - system.stateVersion = "16.09"; + system.stateVersion = "17.03"; # copies the NixOS configuration file (usually /etc/nixos/configuration.nix) and links it from the resulting system (getting to /run/current-system/configuration.nix) system.copySystemConfiguration = true;