From 01aed568e561f072eeeb9df4c608ce2271e77912 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 4 Apr 2018 17:10:12 +0200 Subject: feat: Update to NixOS 18.03 As the subject says ... This only includes some minor changes in configuration. Most interestingly several packages that I used to have in this repository as custom packages are now available in `nixos-unstable`. Unfortunately they weren't included in NixOS 18.03 though ... Either way, this is cleaner. --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 96f4ac9ac2c5..1ccb504d655e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -67,5 +67,5 @@ # compatible, in order to avoid breaking some software such as database # servers. You should change this only after NixOS release notes say you # should. - system.stateVersion = "17.09"; # Did you read the comment? + system.stateVersion = "18.03"; # Did you read the comment? } -- cgit 1.4.1