let eggsHash = "sha256-ar8gJaszIC+XbnUbJS6IsvcHMIRSTmF3jBXlvF3XC4U="; in { pkgs ? import {}, beaker ? import ./default.nix { inherit pkgs; } }: with beaker; eggProgram { name = "beaker"; src = ./.; eggCache = eggCache { hash = eggsHash; eggs = ./beaker.egg.lock; }; }