summary refs log tree commit diff
path: root/nixos/modules/misc/version.nix
diff options
context:
space:
mode:
authorRob Vermaas <rob.vermaas@gmail.com>2016-09-07 15:05:00 +0000
committerRob Vermaas <rob.vermaas@gmail.com>2016-09-07 15:05:00 +0000
commit241060881414cb5af364876fe340f2f6237d496e (patch)
tree546b5de41432e5c6ff68b72a43e2e1fb7320bd19 /nixos/modules/misc/version.nix
parent1697f9c130037f62a4aee4cac2c1907b75acc069 (diff)
downloadnixpkgs-241060881414cb5af364876fe340f2f6237d496e.tar
nixpkgs-241060881414cb5af364876fe340f2f6237d496e.tar.gz
nixpkgs-241060881414cb5af364876fe340f2f6237d496e.tar.bz2
nixpkgs-241060881414cb5af364876fe340f2f6237d496e.tar.lz
nixpkgs-241060881414cb5af364876fe340f2f6237d496e.tar.xz
nixpkgs-241060881414cb5af364876fe340f2f6237d496e.tar.zst
nixpkgs-241060881414cb5af364876fe340f2f6237d496e.zip
NixOS 17.03 will be called Gorilla
Diffstat (limited to 'nixos/modules/misc/version.nix')
-rw-r--r--nixos/modules/misc/version.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/misc/version.nix b/nixos/modules/misc/version.nix
index 2ecdbdbf392..ec423768296 100644
--- a/nixos/modules/misc/version.nix
+++ b/nixos/modules/misc/version.nix
@@ -95,7 +95,7 @@ in
       nixosVersionSuffix = mkIf (pathIsDirectory gitRepo) (mkDefault (".git." + gitCommitId));
 
       # Note: code names must only increase in alphabetical order.
-      nixosCodeName = "Flounder";
+      nixosCodeName = "Gorilla";
     };
 
     # Generate /etc/os-release.  See