mirror of
https://github.com/sstent/vmimages.git
synced 2025-12-06 06:01:51 +00:00
sync
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
{ lib, stdenv, pkgs }:
|
||||
|
||||
let
|
||||
stdenv.mkDerivation rec {
|
||||
name = "wsl-ssh-agent-forward";
|
||||
version = "0.1";
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = name;
|
||||
src = ./wsl-ssh-agent-forward.sh;
|
||||
nativeBuildInputs = [pkgs.makeWrapper];
|
||||
installPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user