fix var naming
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 29s

This commit is contained in:
Satria 2026-07-19 18:26:20 +07:00
commit ea1c5b81c5

View file

@ -7,7 +7,7 @@
hash = "sha256-8SBrKaLPat80n8sONKQYFeFSQXUnCYtwcOU7SR52h7E="; hash = "sha256-8SBrKaLPat80n8sONKQYFeFSQXUnCYtwcOU7SR52h7E=";
}; };
executable = pkgs.writeShellScriptBin "copyparty" '' executable = pkgs.writeShellScriptBin "copyparty" ''
exec ${python}/bin/python3 ${scriptSrc} "$@" exec ${python}/bin/python3 ${script} "$@"
''; '';
in { in {
environment.systemPackages = [ executable ]; environment.systemPackages = [ executable ];