aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-08-23 13:49:09 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2023-08-23 13:49:10 +0200
commit41bd008f5d8d5872e1ab2646c78908e27eae7b73 (patch)
tree0123ad650ca8d2d40b365b419900219118c6be81
parentd7b6450613b7c106dcc06c6e160ba124990e4e93 (diff)
downloadPrismLauncher-41bd008f5d8d5872e1ab2646c78908e27eae7b73.tar.gz
PrismLauncher-41bd008f5d8d5872e1ab2646c78908e27eae7b73.tar.bz2
PrismLauncher-41bd008f5d8d5872e1ab2646c78908e27eae7b73.zip
chore(nix): remove pre-commit tools from shell
use `pre-commit` CLI instead! Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
-rw-r--r--nix/dev.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/nix/dev.nix b/nix/dev.nix
index 6699cac6..a9c1dc65 100644
--- a/nix/dev.nix
+++ b/nix/dev.nix
@@ -30,13 +30,6 @@
devShells.default = pkgs.mkShell {
inherit (self.checks.${system}.pre-commit-check) shellHook;
- packages = with pkgs; [
- nodePackages.markdownlint-cli
- alejandra
- deadnix
- clang-tools
- nil
- ];
inputsFrom = [self.packages.${system}.prismlauncher-unwrapped];
buildInputs = with pkgs; [ccache ninja];