[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
|
|
@ -35,6 +35,11 @@
|
|||
walker = {
|
||||
url = "github:abenz1267/walker/v0.12.23";
|
||||
};
|
||||
|
||||
# ssh-agent forwarder for linux.
|
||||
ssh-agent-switcher = {
|
||||
url = "github:AYM1607/ssh-agent-switcher/6cd7ce973cf08656d42e475945216d8c0f0b0c7b"
|
||||
}
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
|
@ -47,7 +52,9 @@
|
|||
nixos-hardware,
|
||||
home-manager,
|
||||
ghostty,
|
||||
nixgl, ...
|
||||
nixgl,
|
||||
ssh-agent-switcher,
|
||||
...
|
||||
}@inputs: {
|
||||
nixosConfigurations = {
|
||||
nixlap = nixpkgs.lib.nixosSystem {
|
||||
|
|
|
|||
|
|
@ -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