1 2 3 4 5
{ pkgs ? import (import ./nix/sources.nix).nixpkgs { } }: { agame = pkgs.callPackage ./agame.nix { }; }