mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
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}
|