chore(deps): update dependency arnarg/nixidy to v0.22.1 #43
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/arnarg-nixidy-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v0.22.0→v0.22.1Release Notes
arnarg/nixidy (arnarg/nixidy)
v0.22.1Compare Source
Pin your project settings with
.nixidy.jsonIf you're working in a flake-less or devenv project, you've probably found yourself repeating the same
--devenvor-fflags on everynixidyinvocation, or relying on the auto-detection heuristics to figure out how your environment should be built. Now you can commit those choices once.Drop a
.nixidy.jsonin your project root:The CLI picks it up automatically.
devenvpins whether the devenv build backend is used, andfilesets the entrypoint nix file for flake-less builds. Both are optional, so you can set just the one you care about.The
--devenvflag has grown into--devenv/--no-devenvso you can override the config in either direction from the command line. Resolution order is:--devenv/--no-devenv).nixidy.jsondevenv.nixpresent, noflake.nix)The entrypoint file follows the same pattern:
--filewins, then the config, then thedefault.nixdefault.Bug Fixes
nixidy applynow applies CRDs with--server-side --force-conflictsand skips pruning for the CRDs class only. Namespaces and regular manifests keep their existing prune behavior. #8365cea87Improvements
nixfmt. nixidy now formats with thenixfmtpackage instead ofnixfmt-rfc-style, which has been merged upstream intonixfmt. #106 @0z13Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.
Edited/Blocked Notification
Renovate 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.
⚠️ Warning: custom changes will be lost.