fix var naming
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 29s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 29s
This commit is contained in:
parent
19ac0c1f66
commit
ea1c5b81c5
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
hash = "sha256-8SBrKaLPat80n8sONKQYFeFSQXUnCYtwcOU7SR52h7E=";
|
||||
};
|
||||
executable = pkgs.writeShellScriptBin "copyparty" ''
|
||||
exec ${python}/bin/python3 ${scriptSrc} "$@"
|
||||
exec ${python}/bin/python3 ${script} "$@"
|
||||
'';
|
||||
in {
|
||||
environment.systemPackages = [ executable ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue