mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-04 20:06:35 +03:00
1ffc19367d
We don't need to hide it. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6255 GitOrigin-RevId: 9b46511c6b274dd7e8e52ee74644dc86c7d75872
4 lines
142 B
Nix
4 lines
142 B
Nix
# See flake.nix for commentary before using this.
|
|
{ system ? builtins.currentSystem }:
|
|
(builtins.getFlake (toString ./.)).devShells.${system}
|