chore(dev): Use with pkgs; in devShell

This commit is contained in:
shivaraj-bh 2024-05-21 14:49:10 +05:30 committed by Shivaraj B H
parent 637ec88d25
commit 5ffae902f7

View File

@ -31,9 +31,9 @@
}; };
}; };
devShells.default = pkgs.mkShell { devShells.default = pkgs.mkShell {
packages = [ packages = with pkgs; [
pkgs.just just
pkgs.nixd nixd
config.pre-commit.settings.tools.commitizen config.pre-commit.settings.tools.commitizen
]; ];
inputsFrom = [ inputsFrom = [