graphql-engine/v3/nix
Daniel Harvey 056b1c18fc Stop Nix rebuilding (#1329)
<!-- The PR description should answer 2 important questions: -->

### What

Our Nix build was building all the workspace crates as part of it's deps
step. This means when any library crate is changed, we throw away all
the caching, which isn't ideal. This filters the source files out of
those builds, so that we get more cache hits. We also move all Cargo
features into the workspace, which I've been meaning to do for ages, so
things are more consistent, and again, we get more cache hits generally.

V3_GIT_ORIGIN_REV_ID: c724b152692575edf6c00ab426e48ecca13aa998
2024-11-11 12:06:31 +00:00
..
app.nix Stop Nix rebuilding (#1329) 2024-11-11 12:06:31 +00:00
docker.nix Make sleep available in Docker images (#1026) 2024-08-28 12:14:08 +00:00
rust.nix basic Nix flake for deps (#333) 2024-03-06 11:39:19 +00:00
version Use "dev" as the version in development for Nix builds. (#665) 2024-06-05 08:20:49 +00:00