From b78f97809e30c8b43adc51ce11af7be285bbe34e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kr=C3=BChlmann?= Date: Tue, 13 Jan 2026 22:12:41 +0100 Subject: [PATCH] Add git lfs to shell.nix --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 952b846..f2c7e25 100644 --- a/shell.nix +++ b/shell.nix @@ -6,5 +6,6 @@ pkgs.mkShell { pkgs.libxkbcommon pkgs.maven pkgs.openjdk + pkgs.git-lfs ]; }