Nicolas Mattia
Nicolas Mattia
> Sorry, I was passing the args in the override, not the buildPackage. Ah! > Still hoping to make this work with stable rust :) what do you mean?
ah, that's just cargo! you shouldn't need a nightly rustc. I'm using stable, which works well in 1.38 and 1.39 (and 1.37 _if I remember correctly_...).
Nice, thanks! I'd have to figure out exactly what it does. I'll look into it.
And I'm guessing restricted evaluation doesn't like it either!
Hey @antifuchs, I didn't think about this, but yes, that would be nice. We already override [some build options](https://github.com/nmattia/naersk/blob/8d562105f960c487cfc013c0e666c1951b03d392/default.nix#L52) for dependencies internally, but we could make this more broadly available....
Hi, I think you already can, using [`cache-hit`](https://github.com/actions/cache#skipping-steps-based-on-cache-hit); but maybe I'm misunderstanding the use case!
@domenkozar could we add this to the README somewhere? > signingKey is only used in makeJWT, which you can decide just to never call. So for now you'll need to...
Actually I'm confused again: > (n ~ S (S Z), HasServer (AddSetCookiesApi n api) ctxs, AreAuths auths ctxs v, HasServer api ctxs, AddSetCookies n (ServerT api Handler) (ServerT (AddSetCookiesApi n...
Related: https://github.com/haskell-servant/servant-auth/issues/40 #119
Had the same use case, this might help: https://github.com/deckgo/deckdeckgo/blob/4c61f0f366e15cf5097bb947294d519473d92b85/infra/firebase-login/src/Servant/Auth/Firebase.hs#L53