From 4ded01b10487ccef8c2bbe6a8e43ae946f335885 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sat, 24 Apr 2021 15:21:31 +0200 Subject: [PATCH] nix(fix): Fix missed devtools->devTools renaming --- .circleci/config.yml | 2 +- nix/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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