1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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