2024-08-29 16:58:18 +02:00
|
|
|
{
|
|
|
|
|
description = "dependencies only";
|
|
|
|
|
inputs = {
|
|
|
|
|
pre-commit-hooks-nix.url = "github:cachix/pre-commit-hooks.nix";
|
|
|
|
|
pre-commit-hooks-nix.inputs.nixpkgs.follows = "";
|
2024-08-29 17:13:47 +02:00
|
|
|
hercules-ci-effects.url = "github:hercules-ci/hercules-ci-effects";
|
2024-08-29 16:58:18 +02:00
|
|
|
};
|
|
|
|
|
outputs = { ... }: { };
|
|
|
|
|
}
|