fix: install lfs on repo after pulling
All checks were successful
/ check_lfs (push) Successful in 6s
All checks were successful
/ check_lfs (push) Successful in 6s
package lfs into the nix env for discord bot
This commit is contained in:
parent
76f8aa2712
commit
ff6f0a16f5
2 changed files with 46 additions and 2 deletions
|
@ -221,6 +221,7 @@
|
|||
after = ["network-online.target"];
|
||||
wants = [];
|
||||
environment = environment_config;
|
||||
path = with pkgs; [ git git-lfs ];
|
||||
|
||||
serviceConfig = {
|
||||
User = "${cfg.user}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue