Skip to content

Commit

Permalink
chore(dev): Use with pkgs; in devShell
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaraj-bh committed May 21, 2024
1 parent 637ec88 commit 5ffae90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 5ffae90

Please sign in to comment.