Revert "Merge pull request #48122 from zimbatm/pkg-nixos-rebuild"
This reverts commit10addad603, reversing changes made to7786575c6c. 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.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user