restructure std -> nib.types + change type naming convention

This commit is contained in:
Emile Clark-Boman 2025-12-14 12:41:52 +10:00
parent b9f2acf7e7
commit eac4161b36
11 changed files with 129 additions and 139 deletions

View file

@ -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;}
]