{ pkgs ? import {} }: rec { age-nix = pkgs.writeScriptBin "age-nix" '' exit 0 ''; }