fix result.nix used instead of res.nix
This commit is contained in:
parent
d55147f8c9
commit
d43af1efac
1 changed files with 2 additions and 2 deletions
|
|
@ -2,14 +2,14 @@
|
||||||
attrs = import ./attrs.nix args;
|
attrs = import ./attrs.nix args;
|
||||||
fault = import ./fault.nix args;
|
fault = import ./fault.nix args;
|
||||||
lists = import ./lists.nix args;
|
lists = import ./lists.nix args;
|
||||||
result = import ./result.nix args;
|
res = import ./res.nix args;
|
||||||
in
|
in
|
||||||
attrs.mergeAttrsList [
|
attrs.mergeAttrsList [
|
||||||
# submodule is included directly to this module (ie self.myFunc)
|
# submodule is included directly to this module (ie self.myFunc)
|
||||||
attrs
|
attrs
|
||||||
fault
|
fault
|
||||||
lists
|
lists
|
||||||
result
|
res
|
||||||
|
|
||||||
# submodule content is accessible first by submodule name
|
# submodule content is accessible first by submodule name
|
||||||
# then by the name of the content (ie self.submodule.myFunc)
|
# then by the name of the content (ie self.submodule.myFunc)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue