refact: Move dev-only dependencies into separate lock file
(cherry picked from commit ddf306bb9564a43fb42ab4321b390e766254f1c4)
This commit is contained in:
parent
271cf09450
commit
7918175c24
6 changed files with 188 additions and 153 deletions
8
dev/flake.nix
Normal file
8
dev/flake.nix
Normal 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 = { ... }: { };
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue