graphql-engine/shell.nix
Samir Talwar 1ffc19367d Push the Nix dependency management configuration to the OSS repository.
We don't need to hide it.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6255
GitOrigin-RevId: 9b46511c6b274dd7e8e52ee74644dc86c7d75872
2022-10-11 15:33:22 +00:00

4 lines
142 B
Nix

# See flake.nix for commentary before using this.
{ system ? builtins.currentSystem }:
(builtins.getFlake (toString ./.)).devShells.${system}