NixOS 16.09 is called Flounder

chosen by @zimbatm as our documentation hero in 16.03
This commit is contained in:
Domen Kožar 2016-03-14 19:09:54 +00:00
parent 530214321d
commit 68d30cdfcb

View file

@ -104,7 +104,7 @@ in
nixosVersion = mkDefault (maybeEnv "NIXOS_VERSION" (cfg.nixosRelease + cfg.nixosVersionSuffix));
# Note: code names must only increase in alphabetical order.
nixosCodeName = "Emu";
nixosCodeName = "Flounder";
};
# Generate /etc/os-release. See