Skip to content

Conversation

@acid-bong
Copy link
Contributor

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/)
  • Nixpkgs 25.11 Release Notes (or backporting 24.11 and 25.05 Nixpkgs Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
  • NixOS 25.11 Release Notes (or backporting 24.11 and 25.05 NixOS Release notes)
    • (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.

@github-actions github-actions bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. labels May 25, 2025
@nix-owners nix-owners bot requested a review from bew May 25, 2025 08:30
@acid-bong acid-bong marked this pull request as draft May 25, 2025 08:40
@acid-bong acid-bong changed the title rofi (+ unwrapped + wayland): move to pkgs/by-name, update and remove some antipatterns rofi (+ unwrapped + wayland + some wrappers): move to pkgs/by-name, update and remove some antipatterns May 25, 2025
@acid-bong
Copy link
Contributor Author

One question: how can I move rofi-emoji, since it has weird versioning here?

@acid-bong acid-bong marked this pull request as ready for review May 25, 2025 11:23
@Aleksanaa Aleksanaa added the 2.status: merge conflict This PR has merge conflicts with the target branch label Jun 1, 2025
@acid-bong acid-bong force-pushed the move/rofi branch 2 times, most recently from 0f23732 to 5d71a33 Compare June 1, 2025 15:27
@github-actions github-actions bot added 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux. and removed 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. labels Jun 1, 2025
@ofborg ofborg bot removed the 2.status: merge conflict This PR has merge conflicts with the target branch label Jun 1, 2025
Copy link
Contributor

@bew bew left a comment

Choose a reason for hiding this comment

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

Thanks for this! Just a few comments ;)

@acid-bong acid-bong marked this pull request as draft June 1, 2025 20:59
@github-actions github-actions bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. and removed 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux. labels Jun 1, 2025
@acid-bong
Copy link
Contributor Author

acid-bong commented Jun 1, 2025

And I just realized i haven't cleaned up pkgs/applications. Will do in the morning 🫡

Nope, I did, nevermind

@acid-bong acid-bong marked this pull request as ready for review June 2, 2025 08:49
@nix-owners nix-owners bot requested review from Mange and cole-h June 2, 2025 09:51
Copy link
Member

@cole-h cole-h left a comment

Choose a reason for hiding this comment

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

rofi-emoji-wayland still works for me after this*. LGTM.

(* I manually specified the -plugin-path out of laziness)

Copy link
Contributor

@Mange Mange left a comment

Choose a reason for hiding this comment

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

I don't mind the changes to rofi-emoji, although I do question overriding apps with completely different apps in some contexts.

@acid-bong acid-bong changed the title rofi (+ unwrapped + wayland + some wrappers): move to pkgs/by-name, update and remove some antipatterns rofi-{emoji,rbw}: move to pkgs/by-name, update and remove some antipatterns Jul 13, 2025
@nixpkgs-ci nixpkgs-ci bot added the 2.status: merge conflict This PR has merge conflicts with the target branch label Jul 26, 2025
@nixpkgs-ci nixpkgs-ci bot removed the 2.status: merge conflict This PR has merge conflicts with the target branch label Jul 26, 2025
@winterqt winterqt self-assigned this Sep 8, 2025
@nixpkgs-ci nixpkgs-ci bot added the 2.status: merge conflict This PR has merge conflicts with the target branch label Sep 13, 2025
@nixpkgs-ci nixpkgs-ci bot removed the 2.status: merge conflict This PR has merge conflicts with the target branch label Sep 27, 2025
@nixpkgs-ci nixpkgs-ci bot added the 2.status: merge conflict This PR has merge conflicts with the target branch label Oct 11, 2025
@nixpkgs-ci nixpkgs-ci bot removed the 2.status: merge conflict This PR has merge conflicts with the target branch label Oct 22, 2025
@nixpkgs-ci nixpkgs-ci bot added 2.status: merge conflict This PR has merge conflicts with the target branch and removed 2.status: merge conflict This PR has merge conflicts with the target branch labels Oct 22, 2025
@acid-bong
Copy link
Contributor Author

nixpkgs-review result

Generated using nixpkgs-review-gha

Command: nixpkgs-review pr 410737
Commit: 4e40d43c42991e5efd4af35f0a72303546a49308 (subsequent changes)
Merge: b7e9fe9d8e6c74ccd131eb3c5d1f293c81acc856

Logs: https://github.com/acid-bong/nixpkgs-review-gha/actions/runs/18714850199


x86_64-linux

✅ 7 packages built:
  • rofi-emoji
  • rofi-rbw
  • rofi-rbw-wayland
  • rofi-rbw-wayland.dist
  • rofi-rbw-x11
  • rofi-rbw-x11.dist
  • rofi-rbw.dist

aarch64-linux

✅ 7 packages built:
  • rofi-emoji
  • rofi-rbw
  • rofi-rbw-wayland
  • rofi-rbw-wayland.dist
  • rofi-rbw-x11
  • rofi-rbw-x11.dist
  • rofi-rbw.dist

x86_64-darwin

No rebuilds


aarch64-darwin

No rebuilds

@acid-bong
Copy link
Contributor Author

No conflicts with base branch

fucking finally 😩🙏

Copy link
Member

@cole-h cole-h left a comment

Choose a reason for hiding this comment

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

Seems fine to me. Let's get this in before any more painful merge conflicts ;)

@cole-h cole-h added this pull request to the merge queue Oct 22, 2025
Merged via the queue into NixOS:master with commit da199e5 Oct 22, 2025
27 of 31 checks passed
@acid-bong acid-bong deleted the move/rofi branch October 22, 2025 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 12.approvals: 2 This PR was reviewed and approved by two persons. 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in any of the changed packages.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants