mirror of
https://github.com/buckley310/nixos-config.git
synced 2025-01-11 19:49:02 +00:00
5 lines
119 B
Nix
5 lines
119 B
Nix
{ writeShellScriptBin, python3 }:
|
|
|
|
writeShellScriptBin "deploy" ''
|
|
exec ${python3}/bin/python ${./deploy.py} "$@"
|
|
''
|