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 {
packages = [
pkgs.just
pkgs.nixd
packages = with pkgs; [
just
nixd
config.pre-commit.settings.tools.commitizen
];
inputsFrom = [