fix specialArgs should be {} not []
This commit is contained in:
parent
42090b8fd9
commit
9c074af6cd
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@
|
|||
modules = node.modules;
|
||||
|
||||
# nix passes these to every single module
|
||||
specialArgs = [] // node.modules.specialArgs;
|
||||
specialArgs = {} // node.modules.specialArgs;
|
||||
}
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue