mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-24 15:01:56 +03:00
fix: no effect when passing builder
to makeFlakeOutputs
This commit is contained in:
parent
6cf61ee767
commit
e12bc2fef3
@ -184,10 +184,9 @@ let
|
||||
&& dreamLock.lock._generic.invalidationHash or "" == invalidationHash;
|
||||
|
||||
result = translator: args:
|
||||
dream2nix.makeOutputs (argsForward // args // {
|
||||
dream2nix.makeOutputs (argsForward // {
|
||||
# TODO: this triggers the translator finding routine a second time
|
||||
translator = translatorFound.name;
|
||||
builder = args.builder or null;
|
||||
});
|
||||
in
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user