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";
version = "0.1";
src = ./wsl-ssh-agent-relay;
nativeBuildInputs = [pkgs.makeWrapper];
nativeBuildInputs = [pkgs.makeWrapper pkgs.dpkg];
# phases = ["installPhase" ];
unpackCmd = ''
# $curSrc is the variable that contains the path to our source.