Skip to content

changelog-d: 0.1-git-2816ddb -> 1.0#312442

Merged
roberth merged 1 commit intoNixOS:masterfrom
fgaz:changelog-d/1.0
Jun 3, 2024
Merged

changelog-d: 0.1-git-2816ddb -> 1.0#312442
roberth merged 1 commit intoNixOS:masterfrom
fgaz:changelog-d/1.0

Conversation

@fgaz
Copy link
Member

@fgaz fgaz commented May 17, 2024

Description of changes

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.05 Release Notes (or backporting 23.05 and 23.11 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

version = oldAttrs.version + "-git-${lib.strings.substring 0 7 oldAttrs.src.rev}";

# nix-shell ./maintainers/scripts/update.nix --argstr package changelog-d
passthru.updateScript = lib.getExe (callPackage ./updateScript.nix { });
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using a stable version breaks ./updateScript.nix. On the other hand, nix-update should now work. It won't update the list of dependencies, but those shouldn't change much.

Since the haskellPackages part of this packages will no longer be overwritten it might make sense to merge the two files. Should I do that?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the separation between generated code and overrides is helpful, but I can see other options, including

  • you taking over the Nixpkgs maintainership of this package
  • publishing releases to hackage

@ofborg ofborg bot requested a review from roberth May 17, 2024 14:13
@ofborg ofborg bot added 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. labels May 17, 2024
Copy link
Member

@roberth roberth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updateScript isn't doing much now anyway, so let's use this.

@roberth roberth merged commit 28bb1f8 into NixOS:master Jun 3, 2024
@roberth
Copy link
Member

roberth commented Jun 3, 2024

Thanks!

@github-actions
Copy link
Contributor

github-actions bot commented Jun 3, 2024

Successfully created backport PR for release-24.05:

@github-actions
Copy link
Contributor

github-actions bot commented Jun 3, 2024

Git push to origin failed for release-24.05 with exitcode 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants