[Devbox] Add ssh-agent-switcher package.
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
parent
1b5703b2b2
commit
4d508688fa
2 changed files with 16 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ... } :
|
||||
{ inputs, config, pkgs, ... } :
|
||||
|
||||
{
|
||||
|
||||
|
|
@ -28,6 +28,13 @@
|
|||
exercism
|
||||
# Thin provisioning tools
|
||||
thin-provisioning-tools
|
||||
pkgs.writeShellApplication {
|
||||
name = "sas";
|
||||
runtimeInputs = [ inputs.ssh-agent-switcher.aarch64-linux.default ];
|
||||
text = ''
|
||||
ssh-agent-switcher
|
||||
'';
|
||||
}
|
||||
];
|
||||
|
||||
stateVersion = "24.11";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue