{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
  buildInputs = [
    (import ./nix/pkglst/packages.nix { inherit pkgs; })
  ];
}