mirror of
https://github.com/sstent/vmimages.git
synced 2025-12-06 06:01:51 +00:00
sync
This commit is contained in:
@@ -5,6 +5,7 @@ stdenv.mkDerivation rec {
|
||||
version = "0.1";
|
||||
src = ./wsl-ssh-agent-forward.sh;
|
||||
nativeBuildInputs = [pkgs.makeWrapper];
|
||||
phases = ["installPhase" ];
|
||||
installPhase = ''
|
||||
install -Dm755 wsl-ssh-agent-forward.sh $out/bin/wsl-ssh-agent-forward.sh
|
||||
wrapProgram $out/bin/wsl-ssh-agent-forward.sh --prefix PATH : $out/bin
|
||||
|
||||
Reference in New Issue
Block a user