add autocompletion for postgrest-watch
This commit is contained in:
committed by
Wolfgang Walther
parent
de5742fc7d
commit
10a70d4e52
@@ -35,5 +35,10 @@ lib.overrideDerivation postgrest.env (
|
|||||||
++ lib.optional memoryTests postgrest.tests.memoryTests
|
++ lib.optional memoryTests postgrest.tests.memoryTests
|
||||||
++ lib.optional docker postgrest.docker
|
++ lib.optional docker postgrest.docker
|
||||||
++ lib.optional release postgrest.release;
|
++ lib.optional release postgrest.release;
|
||||||
|
|
||||||
|
shellHook =
|
||||||
|
''
|
||||||
|
complete -c postgrest-watch
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user