1{ 2 system ? builtins.currentSystem, 3 pkgs ? import ../../../.. { inherit system; }, 4}: 5{ 6 mit = import ./mit.nix { inherit system pkgs; }; 7}