all: set SSH path for got
This commit is contained in:
parent
ef17930fbc
commit
f55909eb32
@ -169,7 +169,13 @@ in
|
|||||||
git-bug
|
git-bug
|
||||||
git-sync
|
git-sync
|
||||||
gosignify
|
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
|
jq
|
||||||
lz4
|
lz4
|
||||||
minisign
|
minisign
|
||||||
|
Loading…
Reference in New Issue
Block a user