From cec6b389fc51e6daac0a4ad50fa3c8813bc7ffe7 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 13 Feb 2025 13:55:12 -0600 Subject: [PATCH] Add pre-commit to Jude --- hosts/jude/work.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/jude/work.nix b/hosts/jude/work.nix index a499b11..a51b511 100644 --- a/hosts/jude/work.nix +++ b/hosts/jude/work.nix @@ -7,6 +7,7 @@ environment.systemPackages = with pkgs; [ mongodb-compass pipenv-ivr + pre-commit python311 stdenv.cc ];