mirror of
https://github.com/sstent/vmimages.git
synced 2026-02-03 02:52:07 +00:00
sync
This commit is contained in:
11
pkgs/wsl-ssh-agent-forward/default.nix
Normal file
11
pkgs/wsl-ssh-agent-forward/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ lib, stdenv }:
|
||||
|
||||
let
|
||||
script = pkgs.writeShellScriptBin "helloWorld" builtins.readFile ./wsl-ssh-agent-forward.sh;
|
||||
name = "wsl-ssh-agent-forward"
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = name;
|
||||
# Add the derivation to the PATH
|
||||
buildInputs = [ script ];
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user