actually fixed file location path?

This commit is contained in:
Nickiel12 2023-05-27 10:06:14 -07:00
parent 2c66774671
commit 527c3b7454

View file

@ -1,7 +1,7 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
{ {
"/Aurora/Forgejo/custom" = { file."/Aurora/Forgejo/custom" = {
source = ../../../rscs/giteaCustomDir; source = ../../../rscs/giteaCustomDir;
recursive = true; recursive = true;
}; };