NixOS 17.03 will be called Gorilla

This commit is contained in:
Rob Vermaas 2016-09-07 15:05:00 +00:00
parent 1697f9c130
commit 2410608814

View File

@ -95,7 +95,7 @@ in
nixosVersionSuffix = mkIf (pathIsDirectory gitRepo) (mkDefault (".git." + gitCommitId));
# Note: code names must only increase in alphabetical order.
nixosCodeName = "Flounder";
nixosCodeName = "Gorilla";
};
# Generate /etc/os-release. See