{ pkgs ? import (import ./nix/sources.nix).nixpkgs { } }: { agame = pkgs.callPackage ./agame.nix { }; }