From 03cf538ef2258dd4174c1f7df0109ab7571ddcf0 Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Fri, 16 Mar 2018 12:23:56 +0100 Subject: 18.09: Jackrabbit -> Jellyfish See eb0fa09232 and github discussion on that. My misgiving about the t-shirts was refuted. I don't think this flip may negatively affect anyone. --- nixos/modules/misc/version.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos/modules') diff --git a/nixos/modules/misc/version.nix b/nixos/modules/misc/version.nix index 957eeb90850f..b8f0a223c910 100644 --- a/nixos/modules/misc/version.nix +++ b/nixos/modules/misc/version.nix @@ -85,8 +85,8 @@ in revision = mkIf (pathIsDirectory gitRepo) (mkDefault gitCommitId); versionSuffix = mkIf (pathIsDirectory gitRepo) (mkDefault (".git." + gitCommitId)); - # Note: code names must only increase in alphabetical order. - codeName = "Jackrabbit"; + # Note: the first letter is bumped on every release. It's an animal. + codeName = "Jellyfish"; }; # Generate /etc/os-release. See -- cgit 1.4.1