This is a Nix flake for the Pipedream CLI.
inputs.pipedream-cli.url = "github:planet-a-ventures/pipedream-cli";
and then
buildInputs = [
inputs.pipedream-cli.packages.${system}.default
];
If anyone wanted to contribute a
flakeModule
via flake-parts that would be highly appreciated.
- Update the version in
config.nix
- Run:
nix-build generate-update-script.nix -o update-hashes && ./update-hashes/bin/update-hashes
This repo is direnv-enabled. If you have Nix and direnv
on your system, you can ignore any nix develop --command
prefixes and just
work in the folder as if you were inside the nix flake environment. This is the
recommended way, as it greatly simplifies the handling of dev tasks and
pre-commit checks.
Pre-commit hooks are managed by Nix. Once you run your commit, it will analyze the changes and run required hooks.