Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

homebox: init at 0.13.0; nixos/homebox: init #320060

Merged
merged 3 commits into from
Aug 18, 2024

Conversation

PatrickDaG
Copy link
Contributor

Description of changes

Added a new module for homebox.
This closes #309299 and would replace #273639 as that seems abandoned.

The project itself was archived a few days ago, but since it is currently still working perfectly fine I would not see this as blocking. I will keep looking if any promising forks turn up and might switch to that or if the project actually dies I will try to keep it working as long as I can, removing it if it turns out to be broken for good.

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.11 Release Notes (or backporting 23.11 and 24.05 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.

@github-actions github-actions bot added 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS 8.has: documentation This PR adds or changes documentation 8.has: changelog 8.has: module (update) This PR changes an existing module in `nixos/` labels Jun 15, 2024
@ofborg ofborg bot added 8.has: package (new) This PR adds a new package 11.by: package-maintainer This PR was created by the maintainer of the package it changes 10.rebuild-darwin: 1-10 10.rebuild-darwin: 1 10.rebuild-linux: 1-10 labels Jun 15, 2024
@h7x4 h7x4 added 8.has: module (new) This PR adds a module in `nixos/` 8.has: tests This PR has tests labels Jun 15, 2024
pkgs/by-name/ho/homebox/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/ho/homebox/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/ho/homebox/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/ho/homebox/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/ho/homebox/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/ho/homebox/package.nix Outdated Show resolved Hide resolved
@PatrickDaG
Copy link
Contributor Author

I should have addressed all your suggestions. Should be good now.

@ofborg ofborg bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin and removed 10.rebuild-darwin: 1 10.rebuild-darwin: 1-10 labels Jun 16, 2024
Copy link
Contributor

@ambroisie ambroisie left a comment

Choose a reason for hiding this comment

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

I can't leave a comment on commit messages, but please add a space between : and init for the module and test commits.

nixos/doc/manual/release-notes/rl-2411.section.md Outdated Show resolved Hide resolved
nixos/tests/homebox.nix Outdated Show resolved Hide resolved
@PatrickDaG
Copy link
Contributor Author

Fixed the commit messages and everything else.

@Aleksanaa Aleksanaa changed the title Homebox homebox: init at 0.10.3; nixos/homebox: init Jun 18, 2024
pkgs/by-name/ho/homebox/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/ho/homebox/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/ho/homebox/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/ho/homebox/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/ho/homebox/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/ho/homebox/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/ho/homebox/package.nix Outdated Show resolved Hide resolved
nixos/modules/services/web-apps/homebox.nix Outdated Show resolved Hide resolved
nixos/modules/services/web-apps/homebox.nix Outdated Show resolved Hide resolved
nixos/modules/services/web-apps/homebox.nix Outdated Show resolved Hide resolved
@PatrickDaG
Copy link
Contributor Author

I think I have addressed all your comments.

@wegank wegank added the 2.status: merge conflict This PR has merge conflicts with the target branch label Jul 6, 2024
@ofborg ofborg bot removed the 2.status: merge conflict This PR has merge conflicts with the target branch label Jul 6, 2024
@PatrickDaG
Copy link
Contributor Author

I've fixed the double build by introducing an .npmrc upstream so the right options are being used. So I'm changing this to a draft until this pull is merged.

@PatrickDaG PatrickDaG marked this pull request as draft July 16, 2024 19:47
@tankerkiller125
Copy link

@PatrickDaG I merged that PR in last night :)

@PatrickDaG PatrickDaG force-pushed the homebox branch 2 times, most recently from f97e96d to ef2f780 Compare July 17, 2024 20:52
@PatrickDaG PatrickDaG marked this pull request as ready for review July 17, 2024 20:52
@PatrickDaG PatrickDaG changed the title homebox: init at 0.10.3; nixos/homebox: init homebox: init at 0.12.1; nixos/homebox: init Jul 17, 2024
@PatrickDaG PatrickDaG force-pushed the homebox branch 2 times, most recently from 30e904c to 13175dd Compare July 27, 2024 15:48
@PatrickDaG PatrickDaG changed the title homebox: init at 0.12.1; nixos/homebox: init homebox: init at 0.13.0; nixos/homebox: init Jul 27, 2024
@SuperSandro2000 SuperSandro2000 merged commit 69701a3 into NixOS:master Aug 18, 2024
28 checks passed
@PatrickDaG PatrickDaG deleted the homebox branch January 16, 2025 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS 8.has: changelog 8.has: documentation This PR adds or changes documentation 8.has: module (new) This PR adds a module in `nixos/` 8.has: module (update) This PR changes an existing module in `nixos/` 8.has: package (new) This PR adds a new package 8.has: tests This PR has tests 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10 11.by: package-maintainer This PR was created by the maintainer of the package it changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Package/module request: homebox
9 participants