NixOS 16.09 is called Flounder

chosen by @zimbatm as our documentation hero in 16.03

+1 -1
+1 -1
nixos/modules/misc/version.nix
··· 104 nixosVersion = mkDefault (maybeEnv "NIXOS_VERSION" (cfg.nixosRelease + cfg.nixosVersionSuffix)); 105 106 # Note: code names must only increase in alphabetical order. 107 - nixosCodeName = "Emu"; 108 }; 109 110 # Generate /etc/os-release. See
··· 104 nixosVersion = mkDefault (maybeEnv "NIXOS_VERSION" (cfg.nixosRelease + cfg.nixosVersionSuffix)); 105 106 # Note: code names must only increase in alphabetical order. 107 + nixosCodeName = "Flounder"; 108 }; 109 110 # Generate /etc/os-release. See