summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2018-10-16 20:25:44 +0200
committerEelco Dolstra <edolstra@gmail.com>2018-10-16 20:25:44 +0200
commitb6bac6c144d83d364a5d0ab0bef7d6ffa9efc55b (patch)
treed8ea414a00c575e6994d7dde170d35480e0df9e8 /lib
parent887bf77621dbd93c3e5296a6b047d00bf3da8b78 (diff)
downloadnixlib-b6bac6c144d83d364a5d0ab0bef7d6ffa9efc55b.tar
nixlib-b6bac6c144d83d364a5d0ab0bef7d6ffa9efc55b.tar.gz
nixlib-b6bac6c144d83d364a5d0ab0bef7d6ffa9efc55b.tar.bz2
nixlib-b6bac6c144d83d364a5d0ab0bef7d6ffa9efc55b.tar.lz
nixlib-b6bac6c144d83d364a5d0ab0bef7d6ffa9efc55b.tar.xz
nixlib-b6bac6c144d83d364a5d0ab0bef7d6ffa9efc55b.tar.zst
nixlib-b6bac6c144d83d364a5d0ab0bef7d6ffa9efc55b.zip
Revert "Merge pull request #48122 from zimbatm/pkg-nixos-rebuild"
This reverts commit 10addad6035034b2b78f3c74ef436cd7146d5231, reversing
changes made to 7786575c6c0e1b010d46ad00b14d0bb5bf08d7d2.

NixOS scripts should be kept in the NixOS source tree, not in
pkgs. Moving them around is just confusing and creates unnecessary
code/history churn.
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;