Introduce a new overrideInputs
on {default,shell}Nix #49
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-project/flake-compat#49
Loading…
Reference in a new issue
No description provided.
Delete branch "ckiee/add-overrideInputs"
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 allows the user of this non-flake to have similar functionality to
follows
.Example (default.nix):
It's currently only able to override our flake's direct inputs. Sorry for the big diff.
Makes sense overall, and the diff isn't even that big when whitespace is ignored :)
Any particular reason to use
mapAttrs'
and notmapAttrs
here?@lheckemann some work continues in https://github.com/ElvishJerricco/flake-compat/tree/add-overrideInputs. i don't currently have the spoons for a review cycle, this may change by next week.
if you're looking for this to get merged, it'd probably be wise to make a PR against https://github.com/nix-community/flake-compat 💜
The current head of the PR is broken, it is missing inputs, no matter if overrideInputs is used or not.
Errror:
The PR at the nix-community flake-compat does work fine
Pull request closed