let pkgs = import {}; in with pkgs; mkShell { packages = [ (haskellPackages.callPackage ./kino.nix {}) ]; }