refact: Move dev-only dependencies into separate lock file

(cherry picked from commit ddf306bb9564a43fb42ab4321b390e766254f1c4)
This commit is contained in:
Robert Hensing 2024-08-29 16:58:18 +02:00
parent 271cf09450
commit 7918175c24
6 changed files with 188 additions and 153 deletions

8
dev/flake.nix Normal file
View file

@ -0,0 +1,8 @@
{
description = "dependencies only";
inputs = {
pre-commit-hooks-nix.url = "github:cachix/pre-commit-hooks.nix";
pre-commit-hooks-nix.inputs.nixpkgs.follows = "";
};
outputs = { ... }: { };
}