mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
Update version
This commit is contained in:
parent
9050fc6168
commit
66a43c0159
2 changed files with 2 additions and 2 deletions
2
.version
2
.version
|
@ -1 +1 @@
|
||||||
14.04
|
14.10
|
|
@ -53,7 +53,7 @@ with lib;
|
||||||
mkDefault (if pathExists fn then readFile fn else "master");
|
mkDefault (if pathExists fn then readFile fn else "master");
|
||||||
|
|
||||||
# Note: code names must only increase in alphabetical order.
|
# Note: code names must only increase in alphabetical order.
|
||||||
system.nixosCodeName = "Baboon";
|
system.nixosCodeName = "Caterpillar"
|
||||||
|
|
||||||
# Generate /etc/os-release. See
|
# Generate /etc/os-release. See
|
||||||
# http://0pointer.de/public/systemd-man/os-release.html for the
|
# http://0pointer.de/public/systemd-man/os-release.html for the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue