{ mqtt-dash = { system ? builtins.currentSystem }: let pkgs = import { inherit system; }; in pkgs.callPackage ./. {}; }