summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/trivial.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/trivial.nix b/lib/trivial.nix
index 811c298d8620..938df6ced476 100644
--- a/lib/trivial.nix
+++ b/lib/trivial.nix
@@ -98,9 +98,6 @@ 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;