11 lines
398 B
Nix
11 lines
398 B
Nix
{
|
|
description = "dependencies only";
|
|
inputs = {
|
|
pre-commit-hooks-nix.url = "github:cachix/pre-commit-hooks.nix";
|
|
pre-commit-hooks-nix.inputs.nixpkgs.follows = "";
|
|
hercules-ci-effects.url = "github:hercules-ci/hercules-ci-effects/cargo-publish-module";
|
|
treefmt-nix.url = "github:numtide/treefmt-nix";
|
|
treefmt-nix.inputs.nixpkgs.follows = "";
|
|
};
|
|
outputs = { ... }: { };
|
|
}
|