{ pkgs ? import { } }: with pkgs; { flatpak = callPackage ./flatpak.nix { }; hugo = callPackage ./hugo.nix { }; }