4 lines
148 B
Nix
4 lines
148 B
Nix
{ pkgs, gh, ... }:
|
|
|
|
pkgs.writeShellScriptBin "setup-ssh" (builtins.replaceStrings [ "gh " ] [ "${gh}/bin/gh " ] (builtins.readFile ./setup-ssh.sh))
|