restructure std -> nib.types + change type naming convention
This commit is contained in:
parent
b9f2acf7e7
commit
eac4161b36
11 changed files with 129 additions and 139 deletions
|
|
@ -1,13 +0,0 @@
|
|||
{...}: let
|
||||
attrs = import ./attrs.nix {inherit lists;};
|
||||
fault = import ./fault.nix {};
|
||||
lists = import ./lists.nix {};
|
||||
result = import ./result.nix {inherit lists;};
|
||||
in
|
||||
attrs.mergeAttrsList [
|
||||
# submodule is included directly to this module (ie self.myFunc)
|
||||
|
||||
# submodule content is accessible first by submodule name
|
||||
# then by the name of the content (ie self.submodule.myFunc)
|
||||
{inherit attrs fault lists result;}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue