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
9
nib/std/default.nix
Normal file
9
nib/std/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{...} @ args: let
|
||||
attrs = import ./attrs.nix args;
|
||||
lists = import ./lists.nix args;
|
||||
in
|
||||
attrs.mergeAttrsList [
|
||||
# submodule is included directly to this module (ie self.myFunc)
|
||||
attrs
|
||||
lists
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue