fix: install lfs on repo after pulling
All checks were successful
/ check_lfs (push) Successful in 6s

package lfs into the nix env for discord bot
This commit is contained in:
esy 2025-07-07 00:08:22 +01:00
parent 76f8aa2712
commit ff6f0a16f5
No known key found for this signature in database
2 changed files with 46 additions and 2 deletions

View file

@ -221,6 +221,7 @@
after = ["network-online.target"];
wants = [];
environment = environment_config;
path = with pkgs; [ git git-lfs ];
serviceConfig = {
User = "${cfg.user}";