Revert "build: remove devShell"
All checks were successful
/ check (pull_request) Successful in 2m27s

This reverts commit ee3f767815.

Turns out pre-commit-hooks needs this.
This commit is contained in:
buffet 2024-06-09 17:03:48 +02:00
parent ee3f767815
commit 3d88d0296e

View file

@ -115,5 +115,10 @@
};
};
};
devShell = nixpkgs.legacyPackages.${system}.mkShell {
inherit (self.checks.${system}.pre-commit-check) shellHook;
buildInputs = self.checks.${system}.pre-commit-check.enabledPackages;
};
});
}