mirror of
https://github.com/sstent/vmimages.git
synced 2025-12-06 06:01:51 +00:00
sync
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user