This commit is contained in:
2023-02-23 10:01:32 -05:00
parent acddc09328
commit f276c9fd60

View File

@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "wsl-ssh-agent-relay"; name = "wsl-ssh-agent-relay";
version = "0.1"; version = "0.1";
src = ./wsl-ssh-agent-relay; src = ./wsl-ssh-agent-relay;
nativeBuildInputs = [pkgs.makeWrapper]; nativeBuildInputs = [pkgs.makeWrapper pkgs.dpkg];
# phases = ["installPhase" ]; # phases = ["installPhase" ];
unpackCmd = '' unpackCmd = ''
# $curSrc is the variable that contains the path to our source. # $curSrc is the variable that contains the path to our source.