chore(nix): Add nixd to devShell

This commit is contained in:
Sridhar Ratnakumar 2024-05-20 18:46:36 -04:00 committed by Shivaraj B H
parent abdd044a1a
commit aa0c865e19

View File

@ -33,6 +33,7 @@
devShells.default = pkgs.mkShell {
packages = [
pkgs.just
pkgs.nixd
config.pre-commit.settings.tools.commitizen
];
inputsFrom = [