diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-10-03 08:34:22 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-10-03 08:34:22 -0700 |
| commit | b8a204989661fb25998d12eab8787e7ebb548867 (patch) | |
| tree | 6aeb4aed7942485de7b110db6db188045ddf4f31 /flake.nix | |
| parent | fix(home/rust): switch to the latest stable toolchain (diff) | |
| download | infra-b8a204989661fb25998d12eab8787e7ebb548867.tar.gz | |
feat(home/packages): install gh-ssh-keys
Add a new input to the flake configuration to install `gh-ssh-keys`.
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -39,6 +39,14 @@ nixpkgs.follows = "nixpkgs"; }; }; + + gh-ssh-keys = { + url = "git+ssh://git@github.com/fcuny/gh-ssh-keys?ref=main"; + inputs = { + flake-utils.follows = "futils"; + nixpkgs.follows = "nixpkgs"; + }; + }; }; # Output config, or config for NixOS system |
