shell/default.nix: fix ssh-agent
This commit is contained in:
parent
4b2b96d13c
commit
0d217afe7c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ in
|
||||||
buildInputs = [pkgs.makeWrapper];
|
buildInputs = [pkgs.makeWrapper];
|
||||||
postBuild = ''
|
postBuild = ''
|
||||||
wrapProgram $out/bin/fish --set STARSHIP_CONFIG "${toml.generate "starship.toml" starship-config}" \
|
wrapProgram $out/bin/fish --set STARSHIP_CONFIG "${toml.generate "starship.toml" starship-config}" \
|
||||||
--set SSH_AUTH_SOCK /run/user/1000/ssh-agent
|
--set SSH_AUTH_SOCK /run/user/1000/ssh-agent \
|
||||||
'';
|
'';
|
||||||
})
|
})
|
||||||
.overrideAttrs (_: {
|
.overrideAttrs (_: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue