This commit is contained in:
2023-02-21 12:31:12 -05:00
parent 3a622d6639
commit 0f3e7fa3ae

View File

@@ -3,6 +3,8 @@
let
name = "wsl-ssh-agent-forward";
version = "0.1";
# Import from lib.
inherit (lib) makeBinPath;
in stdenv.mkDerivation rec {
pname = name;
src = ./wsl-ssh-agent-forward.sh;