From a691a3f1d17516c2be46da696fab83cf3959fe41 Mon Sep 17 00:00:00 2001 From: Tobias Berger Date: Wed, 9 Apr 2025 20:20:46 +0000 Subject: [PATCH] Add pre-commit to nix flake (#3417) --- shell.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shell.nix b/shell.nix index 5d1bcb024d..35ada5d307 100644 --- a/shell.nix +++ b/shell.nix @@ -43,6 +43,9 @@ let at-spi2-core cups python3 + + # DeltaV + pre-commit ]; in pkgs.mkShell { name = "space-station-14-devshell";