Skip to content

Commit

Permalink
fix: pre-commit-hooks
Browse files Browse the repository at this point in the history
Signed-off-by: Christina Sørensen <[email protected]>
  • Loading branch information
cafkafk committed Jun 24, 2024
1 parent c5a7909 commit 31d3068
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,7 @@

# Additional dev-shell environment variables can be set directly
# MY_CUSTOM_DEVELOPMENT_VAR = "something else";
buildInputs = self.checks.${system}.pre-commit-check.enabledPackages;
packages = with pkgs; [rustup toolchain just zip reuse pkg-config openssl statix];
packages = with pkgs; [rustup toolchain just zip reuse pkg-config openssl statix] ++ self.checks.${system}.pre-commit-check.enabledPackages;
inherit (self.checks.${system}.pre-commit-check) shellHook;
};

Expand Down

0 comments on commit 31d3068

Please sign in to comment.