Make nix the one and only dev environment; remove obsolete tooling

This commit is contained in:
Wolfgang Walther
2020-12-01 00:42:21 +01:00
committed by Wolfgang Walther
parent 1a5f6cce46
commit de5742fc7d
7 changed files with 4 additions and 158 deletions
+2 -2
View File
@@ -44,8 +44,8 @@ your contributions.
* All code must also pass [hlint](http://community.haskell.org/~ndm/hlint/) and [stylish-haskell](https://github.com/jaspervdj/stylish-haskell)
with no warnings. This helps enforce a uniform style for all committers. Continuous integration will check this as well on every
pull request. There's a useful Makefile that helps with checking this locally. You can run `make commit-check` to do this manually but
we recommend adding it to `.git/hooks/pre-commit` to automatically check this before doing a commit.
pull request. There are useful tools in the nix-shell that help with checking this locally. You can run `postgrest-check` to do this manually but
we recommend adding it to `.git/hooks/pre-commit` as `nix-shell --run postgrest-check` to automatically check this before doing a commit.
* For help building the Haskell code on your computer check out the [building from
source](https://postgrest.org/en/stable/development.html#build-from-source) docs section.