all: set SSH path for got
This commit is contained in:
parent
ef17930fbc
commit
f55909eb32
@ -169,7 +169,13 @@ in
|
||||
git-bug
|
||||
git-sync
|
||||
gosignify
|
||||
got
|
||||
(got.overrideAttrs {
|
||||
# https://github.com/NixOS/nixpkgs/pull/297154 thanks jrick
|
||||
CFLAGS = [
|
||||
''-DGOT_DIAL_PATH_SSH=\"${pkgs.openssh}/bin/ssh\"''
|
||||
''-DGOT_TAG_PATH_SSH_KEYGEN=\"${pkgs.openssh}/bin/ssh-keygen\"''
|
||||
];
|
||||
})
|
||||
jq
|
||||
lz4
|
||||
minisign
|
||||
|
Loading…
Reference in New Issue
Block a user