summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2015-09-03 11:39:39 +0200
committerDomen Kožar <domen@dev.si>2015-09-03 11:39:56 +0200
commit7bc624f5723123324b5a4a00b96b09aa66a5296c (patch)
tree3664e55da1fa9257059435707a22d4a45db6f29f /nixos/modules
parent6ab7e0de2953b5d13f52372258825e90fdea3fd3 (diff)
downloadnixlib-7bc624f5723123324b5a4a00b96b09aa66a5296c.tar
nixlib-7bc624f5723123324b5a4a00b96b09aa66a5296c.tar.gz
nixlib-7bc624f5723123324b5a4a00b96b09aa66a5296c.tar.bz2
nixlib-7bc624f5723123324b5a4a00b96b09aa66a5296c.tar.lz
nixlib-7bc624f5723123324b5a4a00b96b09aa66a5296c.tar.xz
nixlib-7bc624f5723123324b5a4a00b96b09aa66a5296c.tar.zst
nixlib-7bc624f5723123324b5a4a00b96b09aa66a5296c.zip
And next release is called Emu!
http://img.gawkerassets.com/img/17qtp0agra45ajpg/original.jpg
Diffstat (limited to 'nixos/modules')
-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 dc8eb4e88329..b4b0281fe587 100644
--- a/nixos/modules/misc/version.nix
+++ b/nixos/modules/misc/version.nix
@@ -75,7 +75,7 @@ with lib;
       mkDefault (if pathExists fn then readFile fn else "master");
 
     # Note: code names must only increase in alphabetical order.
-    system.nixosCodeName = "Dingo";
+    system.nixosCodeName = "Emu";
 
     # Generate /etc/os-release.  See
     # http://0pointer.de/public/systemd-man/os-release.html for the