We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9050fc6 commit 66a43c0Copy full SHA for 66a43c0
.version
@@ -1 +1 @@
1
-14.04
+14.10
nixos/modules/misc/version.nix
@@ -53,7 +53,7 @@ with lib;
53
mkDefault (if pathExists fn then readFile fn else "master");
54
55
# Note: code names must only increase in alphabetical order.
56
- system.nixosCodeName = "Baboon";
+ system.nixosCodeName = "Caterpillar"
57
58
# Generate /etc/os-release. See
59
# http://0pointer.de/public/systemd-man/os-release.html for the
0 commit comments