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 104 nixosVersion = mkDefault (maybeEnv "NIXOS_VERSION" (cfg.nixosRelease + cfg.nixosVersionSuffix)); 105 105 106 106 # Note: code names must only increase in alphabetical order. 107 - nixosCodeName = "Emu"; 107 + nixosCodeName = "Flounder"; 108 108 }; 109 109 110 110 # Generate /etc/os-release. See