chore: replace manual dev-shell with devenv
This commit is contained in:
parent
5cb4656a71
commit
a41b0ffd2c
7 changed files with 140 additions and 64 deletions
11
devenv.nix
Normal file
11
devenv.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
packages = with pkgs; [
|
||||
git
|
||||
];
|
||||
|
||||
git-hooks.hooks = {
|
||||
commitizen.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue