Skip to content

Commit

Permalink
flake: fix devShells
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored and fricklerhandwerk committed Sep 20, 2024
1 parent 421cf19 commit c26517f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@

devShells.default = pkgs.mkShell {
inherit (checks."infra/pre-commit") shellHook;
buildInputs = checks.pre-commit.enabledPackages;
buildInputs = checks."infra/pre-commit".enabledPackages;
};

formatter = pkgs.writeShellApplication {
Expand Down

0 comments on commit c26517f

Please sign in to comment.