mkdir nib/std && replace --all 'with' 'let ... in'
This commit is contained in:
parent
f9bb6ad937
commit
fd008cd2e1
11 changed files with 108 additions and 104 deletions
|
|
@ -1,18 +1,11 @@
|
|||
{nib, ...} @ args: let
|
||||
attrs = import ./attrs.nix args;
|
||||
fault = import ./fault.nix args;
|
||||
lists = import ./lists.nix args;
|
||||
maybe = import ./maybe.nix args;
|
||||
res = import ./res.nix args;
|
||||
in
|
||||
attrs.mergeAttrsList [
|
||||
nib.std.mergeAttrsList [
|
||||
# submodule is included directly to this module (ie self.myFunc)
|
||||
attrs
|
||||
fault
|
||||
lists
|
||||
maybe
|
||||
res
|
||||
|
||||
# submodule content is accessible first by submodule name
|
||||
# then by the name of the content (ie self.submodule.myFunc)
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue