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

nushellPlugins.hcl: init at 0.100.0 #363512

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Yethal
Copy link
Contributor

@Yethal Yethal commented Dec 9, 2024

Added package for nu_plugin_hcl.

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/)
  • 25.05 Release Notes (or backporting 24.11 and 25.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 the 8.has: maintainer-list (update) This PR changes `maintainers/maintainer-list.nix` label Dec 9, 2024
@Yethal Yethal force-pushed the nushellPlugins-port-scan branch 2 times, most recently from 9a67785 to f2d104f Compare December 9, 2024 09:35
@Yethal Yethal force-pushed the nushellPlugins-port-scan branch 3 times, most recently from 2283291 to 8b3adb2 Compare December 9, 2024 09:51
@Yethal Yethal force-pushed the nushellPlugins-port-scan branch from 8b3adb2 to 75a6e4f Compare December 9, 2024 09:53
@github-actions github-actions bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux 10.rebuild-darwin: 1-10 10.rebuild-linux: 1-10 and removed 10.rebuild-darwin: 1-10 10.rebuild-linux: 1-10 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux labels Dec 9, 2024
@Yethal
Copy link
Contributor Author

Yethal commented Dec 9, 2024

@Kamillaova sorry to tag you again, I'm still unable to request review via GitHub UI. I reopened the PR because it was easier than struggling with amending commits after rebase.

@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.rebuild-linux: 1 labels Dec 10, 2024
@Yethal Yethal marked this pull request as draft December 11, 2024 10:29
@Yethal Yethal marked this pull request as ready for review December 11, 2024 10:29
@nixos-discourse
Copy link

This pull request has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/prs-ready-for-review/3032/4946

@nixos-discourse
Copy link

This pull request has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/prs-ready-for-review/3032/5090

Copy link
Member

Choose a reason for hiding this comment

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

Please move formatting changes to a separate commit so it is easier to review

pkgs/shells/nushell/plugins/hcl.nix Outdated Show resolved Hide resolved
updateScript = nix-update-script { };
};

meta = with lib; {
Copy link
Member

Choose a reason for hiding this comment

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

Please avoid with lib

@PerchunPak
Copy link
Member

Also, please rebase. It seems like there are some problems with CI and I can't run nixpkgs-review because of them

Co-authored-by: Perchun Pak <github@perchun.it>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.has: maintainer-list (update) This PR changes `maintainers/maintainer-list.nix` 8.has: package (new) This PR adds a new package 10.rebuild-darwin: 1-10 10.rebuild-darwin: 1 10.rebuild-linux: 1-10 10.rebuild-linux: 1 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.

3 participants