feat(modules): set default namespace from parent module namespace

This commit is contained in:
Jaka Hudoklin 2018-04-06 19:54:46 +02:00
parent db196666d4
commit df2f00a729
2 changed files with 7 additions and 2 deletions

View file

@ -18,6 +18,7 @@ let
inherit pkgs;
inherit (pkgs) lib;
};
module = null;
};
};