forked from mirrors/nixpkgs
bump version to 17.10
This will be the Hummingbird release
This commit is contained in:
parent
8def08a56c
commit
b7d15edd9e
2 changed files with 2 additions and 2 deletions
2
.version
2
.version
|
@ -1 +1 @@
|
||||||
17.03
|
17.10
|
||||||
|
|
|
@ -95,7 +95,7 @@ in
|
||||||
nixosVersionSuffix = mkIf (pathIsDirectory gitRepo) (mkDefault (".git." + gitCommitId));
|
nixosVersionSuffix = mkIf (pathIsDirectory gitRepo) (mkDefault (".git." + gitCommitId));
|
||||||
|
|
||||||
# Note: code names must only increase in alphabetical order.
|
# Note: code names must only increase in alphabetical order.
|
||||||
nixosCodeName = "Gorilla";
|
nixosCodeName = "Hummingbird";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Generate /etc/os-release. See
|
# Generate /etc/os-release. See
|
||||||
|
|
Loading…
Add table
Reference in a new issue