move the codeName to /.codeName
Make the codeName globally accessible in the repo. The release is not only for NixOS anymore.
This commit is contained in:
@@ -98,6 +98,9 @@ rec {
|
||||
# The current nixpkgs version number as string.
|
||||
release = lib.strings.fileContents ../.version;
|
||||
|
||||
# Note: the first letter is bumped on every release. It's an animal.
|
||||
codeName = lib.strings.fileContents ../.codeName;
|
||||
|
||||
# The current nixpkgs version suffix as string.
|
||||
versionSuffix =
|
||||
let suffixFile = ../.version-suffix;
|
||||
|
||||
Reference in New Issue
Block a user