dpc

Results 818 comments of dpc

@PsychoPunkSage This is a code version. Consensus version is per core and ever module.

I don't understand. Why wait? In my project we are switching already, and now we'll be getting red status on that check which is annoying. Does anyone benefit from it...

@fedimint/lightning

@SilentVoid13 I think your approach might be better, but here's how we've dealt with linking with compiled libraries when cross-compiling: https://github.com/fedimint/fedimint/blob/748bcfaff28f2d5e396f169065ba60c2053472a4/nix/flakebox.nix#L82

Generally cross-compiling is a PITA, Flake do not have a native support for it, stuff often hits some corner cases etc. Crane is still doing some fixes too: https://github.com/ipetkov/crane/pull/652

We could relatively easily add support in `mergeArgs` to support elements of the list which are lambdas `pkgsCross: ...` and evaluate over specific `pkgCross` in `craneMultiBuild`. It wouldn't be a...

The whole things seems a bit accusionary, like we did some crappy job so far, intentionally incremented scope, not designing well, and now we need to go through some hoops...

I might have came a bit too inflammatory, sorry if it came out this way. > I actually think we mostly agree on that reading your last paragraph again, just...

BTW. I initially thought this will not work, but when I tried to do sso login first and only then using: ``` env AWS_REGION=... AWS_PROFILE=... sops ... ``` where AWS_PROFILE...

> but maybe just not the KMS Key portion Can you please explain? I thought the KMS is is just ARN. I don't see where SSO is involved.