about summary refs log tree commit diff
path: root/nixos/modules/misc/version.nix
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2014-04-23 08:02:18 -0400
committerShea Levy <shea@shealevy.com>2014-04-23 08:02:18 -0400
commit66a43c01596b9bf80cfbf7a77ac5fc1fd6af16e2 (patch)
tree2c6730bf43050754ba5b726634bf8c804e1e8403 /nixos/modules/misc/version.nix
parent9050fc61686fd48fdc9dabe2faf3bd6ebfa6c0c9 (diff)
Update version
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 67bafac4c455d..53909b4e079c6 100644
--- a/nixos/modules/misc/version.nix
+++ b/nixos/modules/misc/version.nix
@@ -53,7 +53,7 @@ with lib;
       mkDefault (if pathExists fn then readFile fn else "master");
 
     # Note: code names must only increase in alphabetical order.
-    system.nixosCodeName = "Baboon";
+    system.nixosCodeName = "Caterpillar"
 
     # Generate /etc/os-release.  See
     # http://0pointer.de/public/systemd-man/os-release.html for the