1 2 3 4 5
{ lib ? (import <nixpkgs> {}).lib }: { inherit (import ./lib { inherit lib; }) config create mount; }