Skip to content

fix: use default.nix to inject inputsOverrides if available - #22

Open
jbgi wants to merge 2 commits into
denful:mainfrom
jbgi:fix-inputsOverrides
Open

jbgi wants to merge 2 commits into
denful:mainfrom
jbgi:fix-inputsOverrides

Conversation

@jbgi

@jbgi jbgi commented Sep 13, 2026

Copy link
Copy Markdown
Contributor

using the flake api breaks when flakes use the following pattern:

{
    outputs = args: let f = { self }: ...; in f args;
}

(which is the case of nixpkgs-lib).

(PR based on #21 to avoid rebase)

using the flake api breaks when flakes use the following pattern:
```nix
{
    outputs = args: let f = { self }: ...; in f args;
}
```
(which is the case of nixpkgs-lib).
@jbgi
jbgi force-pushed the fix-inputsOverrides branch from 7ef6c60 to 1091bc4 Compare September 17, 2026 10:29

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant