From b8a4095003e27659092892a4708bb3698231a842 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Wed, 17 Dec 2014 16:42:52 +0100 Subject: [PATCH] It is called Dingo! yes, Dingo! --- nixos/modules/misc/version.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/misc/version.nix b/nixos/modules/misc/version.nix index f4271cea853..5afdcf214f2 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 = "Caterpillar"; + system.nixosCodeName = "Dingo"; # Generate /etc/os-release. See # http://0pointer.de/public/systemd-man/os-release.html for the