This commit is contained in:
2023-02-21 12:01:33 -05:00
parent 439a7df52d
commit e73ac8be43

View File

@@ -1,4 +1,4 @@
{ lib, stdenv }: { pkgs, lib, stdenv }:
let let
script = pkgs.writeShellScriptBin "helloWorld" builtins.readFile ./wsl-ssh-agent-forward.sh; script = pkgs.writeShellScriptBin "helloWorld" builtins.readFile ./wsl-ssh-agent-forward.sh;