From 66a43c01596b9bf80cfbf7a77ac5fc1fd6af16e2 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Wed, 23 Apr 2014 08:02:18 -0400 Subject: Update version --- nixos/modules/misc/version.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/misc') diff --git a/nixos/modules/misc/version.nix b/nixos/modules/misc/version.nix index 67bafac4c455..53909b4e079c 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 -- cgit 1.4.1