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.
This commit is contained in:
Vincent Ambo 2018-04-04 17:10:12 +02:00
parent 2a6d57e97b
commit 01aed568e5
8 changed files with 8 additions and 159 deletions

View file

@ -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?
}