This commit is contained in:
2023-02-21 12:30:25 -05:00
parent d73aee2f50
commit 3a622d6639

View File

@@ -1,7 +1,7 @@
{ lib, stdenv, makeWrapper }:
let
name = "wsl-ssh-agent-forward"
name = "wsl-ssh-agent-forward";
version = "0.1";
in stdenv.mkDerivation rec {
pname = name;