nixide/dev/flake.nix

10 lines
280 B
Nix
Raw Normal View History

{
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";
};
outputs = { ... }: { };
}