Files
nixos/overlays/setup-ssh/default.nix
T

4 lines
144 B
Nix
Raw Normal View History

2023-11-01 14:14:50 -05:00
{ pkgs, gh, ... }:
2023-11-01 14:14:50 -05:00
pkgs.writeShellScriptBin "setup-ssh" (builtins.replaceStrings ["gh "] ["${gh}/bin/gh "] (builtins.readFile ./setup-ssh.sh))