chore(deps): lock file maintenance - #1510
Conversation
Signed-off-by:
|
You do not have enough credits to review this pull request. Please purchase more credits to continue. |
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 16 minutes and 40 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (5)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Mesa DescriptionTL;DRThis PR performs lock file maintenance by updating What changed?
Description generated by Mesa. Update settings |
There was a problem hiding this comment.
Code Review
This pull request updates several dependency pins in the flake.lock file, including updates for devenv, nixpkgs, home-manager, and xremap. A significant issue was identified regarding the crate2nix dependency, which has been switched from the official nix-community repository to a personal fork and shows a regression to an older version, posing a potential supply chain risk.
| "lastModified": 1772186516, | ||
| "narHash": "sha256-8s28pzmQ6TOIUzznwFibtW1CMieMUl1rYJIxoQYor58=", | ||
| "owner": "rossng", | ||
| "repo": "crate2nix", | ||
| "rev": "e697d3049c909580128caa856ab8eb709556a97b", | ||
| "rev": "ba5dd398e31ee422fbe021767eb83b0650303a6e", | ||
| "type": "github" | ||
| }, | ||
| "original": { | ||
| "owner": "nix-community", | ||
| "owner": "rossng", | ||
| "repo": "crate2nix", | ||
| "rev": "ba5dd398e31ee422fbe021767eb83b0650303a6e", |
There was a problem hiding this comment.
The crate2nix dependency has been switched from the community-maintained nix-community organization to a personal fork (rossng) and is now pinned to a specific revision (ba5dd39...). Furthermore, the lastModified timestamp has decreased (from 1773440526 to 1772186516), which indicates a regression to an older version of the code. This change introduces a potential supply chain risk and maintainability concerns by moving away from the official community repository.
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix: tmux resurrect/continuum restore on NixOS - Move plugin options to per-plugin extraConfig in default.nix so they are set before each plugin's run-shell - Move status-right to continuum extraConfig so continuum can prepend its auto-save trigger (#(.../continuum_save.sh)) - Fix _two_function to create tmux server before resolving resurrect restore script path (was always empty after reboot) - Switch grep -E to grep -P for tab matching in post-save hook * fix: load resurrect before continuum in plugin order
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix: remap framework copy for editors * chore: update * chore: update * chore: update * chore: update * chore: update * fix(keyd): centralize app mapper config Move the Slack app mapper config into the shared keyd module so the host does not inline repo config paths. Keep the keyd application mapper service in the shared module and preserve the sg keyd launch path that fixes Slack Framework+C in stale user sessions. Co-authored-by: Codex <noreply@openai.com> * ref(home-manager): move keyd app mapper service Move the keyd application mapper user unit into the Home Manager services tree so service wiring follows the repo's shared service layout. Keep config/keyd focused on keyd config and enable the mapper through an explicit Home Manager service option so the service can consume app.conf without recursive evaluation. Co-authored-by: Codex <noreply@openai.com> * ref(keyd): simplify app mapper wiring Write app.conf from the shared keyd module again and keep the Home Manager service focused on the user unit. Have the service read the standard xdg config path instead of carrying a configFile option, while keeping the restart hash tied to the resolved app.conf source. Co-authored-by: Codex <noreply@openai.com> --------- Co-authored-by: Codex <noreply@openai.com>
This PR contains the following updates:
🔧 This Pull Request updates lock files to use the latest dependency versions.
Configuration
📅 Schedule: (in timezone UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.
Summary by cubic
Refreshes
bun.lockandflake.lockwith the latest versions. Switches Neovim toextraLuaConfigforinit.lua, replacesnodePackages.*LSPs with top-level packages, and removesvllmfrom Home Manager packages (managed viapyproject.toml).nixpkgs(unstable/nightly),nixpkgs.lib,home-manager,flake-parts,NUR,nix-darwin,nixos-hardware.devenvandcachix/nixtodevenv-2.34, plustreefmt-nix,nix2container,xremapv0.15.1.foundry.nix,neovim, andneovim-nightly-overlay.crate2nixtorossng/crate2nix@ba5dd398.Written for commit 19782a4. Summary will update on new commits.