Add inputDerivation to enable binary caching#226
Add inputDerivation to enable binary caching#226amarshall wants to merge 1 commit intonumtide:mainfrom
Conversation
|
@amarshall is this ready for review if it was updated with latest main? |
Same rationale as upstream, see NixOS/nixpkgs#95536
917a891 to
8e150a1
Compare
|
@brianmcgee should be, yes, I have rebased off latest and force-pushed. There were no conflicts. |
|
Sorry, I should have reacted earlier; this change is not needed. Unlike upstream's mkShell, mkNakedShell was designed to be built or loaded as a nix-shell. This was part of the design, so you can |
|
@zimbatm Hmm, I remember I did this because some things weren’t getting uploaded to the cache as expected, but we’ve since changed to using a post-build hook instead anyway. I’ll try to reproduce. |
|
Ok, let me know if you can build a repro |
|
I'm going to assume that it was fine :) |
Same rationale as upstream, see
NixOS/nixpkgs#95536