mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
Enable strictDeps
in our Nix builds (#1318)
<!-- The PR description should answer 2 important questions: --> ### What All the docs examples have it, [it's recommended by the author](https://github.com/ipetkov/crane/issues/403#issuecomment-1743416192), and it should help with unnecessary rebuilds. V3_GIT_ORIGIN_REV_ID: 3596dd987090756e0914f7babb1329c0d9c1a263
This commit is contained in:
parent
9f7d961209
commit
c62e5fed32
@ -15,6 +15,8 @@ let
|
||||
buildArgs = {
|
||||
inherit pname;
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
src =
|
||||
let
|
||||
isGraphqlFile = path: _type: builtins.match ".*graphql" path != null;
|
||||
|
Loading…
Reference in New Issue
Block a user