Merge #242: generate-secrets: fix python version for rpcauth
774da9d4e0
generate-secrets: fix python version for rpcauth (Erik Arvstedt) Pull request description: ACKs for top commit: jonasnick: ACK774da9d4e0
Tree-SHA512: 5d406a663797f161325e67ba59d5a426889050cca0214e298ab938eeb676a7989307500497ecf8b70338dc51041f20b06c394cd8de40a5f5c85ed354a609daf4
This commit is contained in:
commit
751a3a9496
@ -6,7 +6,7 @@ let
|
|||||||
sha256 = "189mpplam6yzizssrgiyv70c9899ggh8cac76j4n7v0xqzfip07n";
|
sha256 = "189mpplam6yzizssrgiyv70c9899ggh8cac76j4n7v0xqzfip07n";
|
||||||
};
|
};
|
||||||
rpcauth = pkgs.writeScriptBin "rpcauth" ''
|
rpcauth = pkgs.writeScriptBin "rpcauth" ''
|
||||||
exec ${pkgs.python35}/bin/python ${rpcauthSrc} "$@"
|
exec ${pkgs.python3}/bin/python ${rpcauthSrc} "$@"
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
writeScript "generate-secrets" ''
|
writeScript "generate-secrets" ''
|
||||||
|
Loading…
Reference in New Issue
Block a user