{ perSystem = { config , pkgs , self' , ... }: let name = builtins.baseNameOf ./.; script = config.writers.writePureShellScriptBin name [ pkgs.bash self'.packages.action-flake-update-pr-clan ] '' bash ${./script.sh} ''; in { packages.${name} = script; }; }