diff --git a/.circleci/config.yml b/.circleci/config.yml index 5fce6c718..6941041d3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -152,7 +152,7 @@ jobs: nix-build | cachix push postgrest # Make sure that everything, including .drv files, is pushed - nix-env -f default.nix -iA devtools + nix-env -f default.nix -iA devTools postgrest-push-cachix else echo "Building all derivations (caching skipped for outside pull requests)..." diff --git a/nix/README.md b/nix/README.md index 2e5812a5f..85739da42 100644 --- a/nix/README.md +++ b/nix/README.md @@ -130,7 +130,7 @@ $ nix-shell --run "postgrest-foo --bar" A third option is to install utilities that you use very often locally: ```bash -$ nix-env -f default.nix -iA devtools +$ nix-env -f default.nix -iA devTools # `postgrest-style` can now be run directly: $ postgrest-style