finally add a shorthand helper script for rsyncing repos to machines

This commit is contained in:
Trolli Schmittlauch 2023-05-31 12:24:05 +02:00
parent 02da74da11
commit 5c71ee1ab5

View file

@ -453,7 +453,8 @@ in
binpath() { binpath() {
realpath $(${pkgs.which}/bin/which $1) realpath $(${pkgs.which}/bin/which $1)
} }
''; ''
+ (import ./scripts/reporsync.nix {inherit pkgs;});
oh-my-zsh = { oh-my-zsh = {