{ pkgs ? import {} }: pkgs.mkShell { packages = with pkgs; [ pkg-config fuse3 ]; }