Add git lfs to shell.nix

This commit is contained in:
2026-01-13 22:12:41 +01:00
parent c9aac6e4f1
commit b78f97809e

View File

@@ -6,5 +6,6 @@ pkgs.mkShell {
pkgs.libxkbcommon
pkgs.maven
pkgs.openjdk
pkgs.git-lfs
];
}